awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesQueue Simulation Patterns

Methods for simulating different queue behaviors using stack-like structures.

Distinct from Stacks: Distinct from Stacks: focuses on using stacks to achieve FIFO behavior.

Explore 1 awesome GitHub repository matching education & learning resources · Queue Simulation Patterns. Refine with filters or upvote what's useful.

Awesome Queue Simulation Patterns GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • greyireland/algorithm-patternAvatar de greyireland

    greyireland/algorithm-pattern

    15,465Voir sur GitHub↗

    This project is an algorithm template library and coding interview study guide providing reusable code patterns for common data structures and algorithms. It serves as a reference for optimized strategies and a structured learning path to build proficiency in algorithmic problem solving and competitive programming. The library focuses on standardized implementations of key algorithmic patterns, including sliding windows, backtracking, dynamic programming, and binary search. It provides specific templates for managing binary search trees, searching rotated sorted arrays, and executing divide-a

    Implements stacks and queues using Go slices, including simulating queues via stacks.

    Goalgoalgorithmleetcode
    Voir sur GitHub↗15,465
  1. Home
  2. Education & Learning Resources
  3. Data Structure Implementations
  4. Stacks
  5. Queue Simulation Patterns