awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • greyireland/algorithm-patternالصورة الرمزية لـ greyireland

    greyireland/algorithm-pattern

    15,465عرض على 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
    عرض على GitHub↗15,465
  1. Home
  2. Education & Learning Resources
  3. Data Structure Implementations
  4. Stacks
  5. Queue Simulation Patterns