hitanshu
  • Joined on 2024-12-30
hitanshu created pull request Hithomelabs/Princeton1#15 2025-02-16 19:02:49 +00:00
Heapsort Implementation
hitanshu pushed to heap_sort at hitanshu/Princeton1 2025-02-16 18:57:25 +00:00
hitanshu created branch heap_sort in hitanshu/Princeton1 2025-02-16 18:57:25 +00:00
hitanshu pushed to benchmark at hitanshu/Princeton1 2025-02-16 18:54:18 +00:00
dd1ec6e2cd Making all sorts measurable and compatible to use of comparator
6a43e7d183 Merge branch 'heap_sort' into benchmark
bbc040dcd4 Heapsort Implementation
265aa3ca85 Merge branch '3-way-quicksort' into benchmark
c9432c8c2b Adding 3 way quick sort
Compare 6 commits »
hitanshu created branch benchmark in hitanshu/Princeton1 2025-02-16 18:54:18 +00:00
hitanshu closed pull request Hithomelabs/Princeton1#14 2025-02-13 17:34:03 +00:00
kruti-working-branch
hitanshu approved Hithomelabs/Princeton1#14 2025-02-13 17:33:45 +00:00
kruti-working-branch
hitanshu commented on pull request Hithomelabs/Princeton1#14 2025-02-12 21:58:12 +00:00
kruti-working-branch

Iterator does not account for wrapping

hitanshu commented on pull request Hithomelabs/Princeton1#14 2025-02-12 21:58:12 +00:00
kruti-working-branch

If the old queue is wrapped, then endPtr will be less than startPtr

hitanshu suggested changes for Hithomelabs/Princeton1#14 2025-02-12 21:58:12 +00:00
kruti-working-branch
hitanshu suggested changes for Hithomelabs/Princeton1#14 2025-02-09 19:24:45 +00:00
kruti-working-branch

Good job <3 !!

hitanshu commented on pull request Hithomelabs/Princeton1#14 2025-02-09 19:24:45 +00:00
kruti-working-branch

Making a new aux arry with each recursive call is expensive

hitanshu commented on pull request Hithomelabs/Princeton1#14 2025-02-09 19:24:45 +00:00
kruti-working-branch

Case where only 1 element in queue, end pointer is dangling.

hitanshu commented on pull request Hithomelabs/Princeton1#14 2025-02-09 19:24:45 +00:00
kruti-working-branch

Why do you need two pointers, both insertion and deletion happen at head

hitanshu created branch practice in Hithomelabs/Princeton1 2025-02-07 21:01:21 +00:00
hitanshu deleted branch practice2 from Hithomelabs/Princeton1 2025-02-07 21:01:21 +00:00
hitanshu deleted branch practice from Hithomelabs/Princeton1 2025-02-07 21:01:15 +00:00
hitanshu pushed to practice2 at Hithomelabs/Princeton1 2025-02-07 21:00:20 +00:00
b8f6081173 practice (#13)
hitanshu merged pull request Hithomelabs/Princeton1#13 2025-02-07 21:00:20 +00:00
practice
hitanshu created pull request Hithomelabs/Princeton1#13 2025-02-07 20:59:53 +00:00
practice