Une Queue ou une File est une structure de données fondée sur le principe "Premier arrivé, premier sorti" (FIFO pour "First In, First Out").
Illustration de l'utilisation d'une file:
Label | Tags | Date |
---|---|---|
225. Implement Stack using Queues | Stack , Design , Queue |
15-03-2024 |
Label | Tags | Date |
---|---|---|
649. Dota2 Senate | String , Greedy , Queue |
18-04-2024 |
1438. Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit | Array , Queue , Sliding Window , Heap (Priority Queue) , Ordered Set , Monotonic Queue |
23-06-2024 |
1823. Find the Winner of the Circular Game | Array , Math , Recursion , Queue , Simulation |
09-07-2024 |
Label | Tags | Date |
---|