Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: implement BinaryHeap using Vector #850

Merged
merged 9 commits into from
Nov 11, 2024

Conversation

fgdorais
Copy link
Collaborator

@fgdorais fgdorais commented Jun 17, 2024

This is a follow-up to #849 which uses #793 to simplify major parts of the code, paving the way toward correctness proofs for BinaryHeap.

@fgdorais fgdorais added the WIP work in progress label Jun 17, 2024
@fgdorais fgdorais force-pushed the update-binaryheap branch 2 times, most recently from 46d62e2 to bc3b9cf Compare June 17, 2024 10:54
@fgdorais fgdorais changed the title feat: implement BinaryHeap using Vector refactor: implement BinaryHeap using Vector Jun 17, 2024
@fgdorais fgdorais force-pushed the update-binaryheap branch from 40cc54e to cf7bcef Compare June 17, 2024 11:18
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict This PR has merge conflicts with the `main` branch which must be resolved by the author. label Jun 17, 2024
@fgdorais fgdorais force-pushed the update-binaryheap branch from cf7bcef to 9dd34e3 Compare June 18, 2024 00:15
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict This PR has merge conflicts with the `main` branch which must be resolved by the author. label Jun 18, 2024
@fgdorais fgdorais force-pushed the update-binaryheap branch from 949969a to 635faae Compare June 18, 2024 00:36
fgdorais and others added 4 commits July 19, 2024 11:13
@fgdorais fgdorais force-pushed the update-binaryheap branch from 7bcfd23 to 0ab5b1a Compare July 19, 2024 15:14
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict This PR has merge conflicts with the `main` branch which must be resolved by the author. label Aug 16, 2024
leanprover-community-mathlib4-bot added a commit to leanprover-community/mathlib4 that referenced this pull request Oct 1, 2024
@fgdorais fgdorais added awaiting-review This PR is ready for review; the author thinks it is ready to be merged. and removed WIP work in progress labels Oct 1, 2024
leanprover-community-mathlib4-bot added a commit to leanprover-community/mathlib4 that referenced this pull request Oct 1, 2024
@leanprover-community-bot
Copy link
Collaborator

leanprover-community-bot commented Oct 1, 2024

Mathlib CI status (docs):

@fgdorais fgdorais marked this pull request as ready for review October 1, 2024 06:48
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict This PR has merge conflicts with the `main` branch which must be resolved by the author. label Oct 1, 2024
leanprover-community-mathlib4-bot added a commit to leanprover-community/mathlib4 that referenced this pull request Oct 28, 2024
@kim-em kim-em requested a review from digama0 November 10, 2024 23:48
@digama0 digama0 added this pull request to the merge queue Nov 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 11, 2024
@fgdorais fgdorais added this pull request to the merge queue Nov 11, 2024
leanprover-community-mathlib4-bot added a commit to leanprover-community/mathlib4 that referenced this pull request Nov 11, 2024
Merged via the queue into leanprover-community:main with commit 1bfaec4 Nov 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review This PR is ready for review; the author thinks it is ready to be merged. builds-mathlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants