awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesMinimal Cyclic Shift Algorithms

Algorithms for identifying the lexicographically smallest cyclic shift of strings.

Distinct from String Processing Algorithms: Focuses on minimal cyclic shift, distinct from general string processing.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Minimal Cyclic Shift Algorithms. Refine with filters or upvote what's useful.

Awesome Minimal Cyclic Shift Algorithms GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • oi-wiki/oi-wikiOI-wiki का अवतार

    OI-wiki/OI-wiki

    26,176GitHub पर देखें↗

    This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin

    Implements algorithms to find the lexicographically smallest cyclic shift of a string.

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    GitHub पर देखें↗26,176
  • cp-algorithms/cp-algorithmscp-algorithms का अवतार

    cp-algorithms/cp-algorithms

    10,805GitHub पर देखें↗

    This project is a comprehensive reference for algorithms and data structures used to solve complex computational problems in competitive programming. It serves as a technical resource for implementing advanced mathematical programming, computational geometry, and graph theory. The repository provides detailed implementation guides for diversifying algorithmic techniques, including top-down and bottom-up dynamic programming optimization, number theory, and linear algebra. It features specific guides for complex tasks such as constructing planar graphs, solving linear Diophantine equations, and

    Maintains the smallest missing non-negative integer during dynamic array modifications using frequency maps.

    C++algorithm-competitionsalgorithmsalgorithms-and-data-structures
    GitHub पर देखें↗10,805
  1. Home
  2. Software Engineering & Architecture
  3. String Processing Algorithms
  4. Minimal Cyclic Shift Algorithms

सब-टैग एक्सप्लोर करें

  • Dynamic MEX TrackersData structures that maintain the minimal excluded value under dynamic array modifications. **Distinct from Minimal Cyclic Shift Algorithms:** Focuses on tracking the MEX during updates rather than just calculating it once or performing cyclic shifts.