parimsuka / hackaTUM-check24

1 stars 0 forks source link

Create proof of concept algorithm for sorting #5

Closed amrouda50 closed 12 months ago

havenousername commented 12 months ago

Some Ideas to explore:

  1. Try creating heap structure or hashmap
    • Heap (Priority Queue):
    • Insertion (Amortized): O(1)
    • Deletion (Amortized): O(log N)
    • Query (Constant): O(1)
  2. Data processing (Binary output for filtering)
  3. Multitheading

Explore possibilities given by the ChatGPT: https://chat.openai.com/share/6e14232c-f219-43cd-a0b0-a55134e5134b