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

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

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

1 مستودع

Awesome GitHub RepositoriesTemplate-Based Generic Libraries

Algorithm libraries that use generic programming to support multiple data types.

Distinct from Algorithm Libraries: Specifically emphasizes the use of C++ templates for type-safe generic programming across different data types

Explore 1 awesome GitHub repository matching programming languages & runtimes · Template-Based Generic Libraries. Refine with filters or upvote what's useful.

Awesome Template-Based Generic Libraries GitHub Repositories

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

    huaxz1986/cplusplus-_Implementation_Of_Introduction_to_Algorithms

    4,059عرض على GitHub↗

    This project is a C++ algorithm implementation library and educational codebase that translates theoretical textbook pseudocode into verified, executable source code. It serves as a collection of reference implementations designed to demonstrate the practical application of classic computer science theories through a structured repository of computational algorithms. The library utilizes template-based generic programming and the C++ Standard Template Library to ensure implementations remain type-safe and flexible across different data types. To ensure correctness, the project includes an aut

    Implements a set of template-based C++ algorithms that operate flexibly across different data types.

    C++
    عرض على GitHub↗4,059
  1. Home
  2. Programming Languages & Runtimes
  3. Algorithm Libraries
  4. Template-Based Generic Libraries