Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor README: Add Algorithms, Reorganize Sections & Fix Documentation #347

Merged
merged 13 commits into from
Oct 17, 2024

Commits on Sep 25, 2024

  1. Added Missing Links to Algorithm explanations in README.md

    Added missing links for
    - Min and Max (Iterative)
    - Min and Max (D&C)
    - Sorted Linked List
    - Dynamic Stack
    - Queue using Stacks
    - Two-Sum Problem
    - Isogram
    - Rotten Oranges
    - Find Distinct Subsets
    
    Improved documentation by providing reliable external resources for better understanding of these algorithms.
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a5da82e View commit details
    Browse the repository at this point in the history
  2. Refactor README.md: Organized algorithms table in the Readme alphabet…

    …ically
    
    for improved structure and ease of navigation.
    Enhanced clarity by reordering entries.
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3f2033f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from OzPol/OzPol-patch-1

    Refactored README.md: Organized algorithms table alphabetically
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    48b39fd View commit details
    Browse the repository at this point in the history
  4. Update README.md : Organized Data Structures and Extra sections

    Refactor: Organized Data Structures and Extra sections alphabetically in the README for improved clarity and ease of navigation.
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d20a182 View commit details
    Browse the repository at this point in the history
  5. Fixing Lint check failed case

    Corrected file path for 'CalculatePi.cpp' in the README (Line 3735) and removed extra tab causing whitespace issue on line 2099.
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    96585cd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from OzPol/OzPol-Refactor-DataStructures-and-Ex…

    …tra-tables
    
    Update README.md : Organized Data Structures and Extra sections
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0286192 View commit details
    Browse the repository at this point in the history
  7. Added new algorithms and DS with relevant links to the Readme:

    Added the following new algorithms with relevant links to the Readme:
    
    A* Algorithm
    Bellman-Ford Algorithm
    Ford-Fulkerson Algorithm
    Gale-Shapley Algorithm
    Hungarian Algorithm
    Kruskal's Algorithm
    Prim's Algorithm
    Topological Sort
    AVL Tree
    Red-Black Tree
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    43363dc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from OzPol/OzPol-add-10-new-algorithms

    Added new algorithms  and DS with relevant links to the Readme:
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    54759c5 View commit details
    Browse the repository at this point in the history
  9. Fix: Updated logos for missing algorithm implementations

    Replaced C and Python logos with GitHub logo for the following algorithms with missing implementations:
    A* Algorithm
    Bellman-Ford Algorithm
    Ford-Fulkerson Algorithm
    Gale-Shapley Algorithm
    Hungarian Algorithm
    Kruskal's Algorithm
    Prim's Algorithm
    Topological Sort
    AVL Tree
    Red-Black Tree
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cf4f220 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4 from OzPol/OzPol-Fix-Logos-for-new-algos

    Fix: Updated logos for missing algorithm implementations in Readme
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b2a77b5 View commit details
    Browse the repository at this point in the history
  11. Fix: Updated Python logo placeholders for Red-Black Tree and Bellman-…

    …Ford
    
    Red-Black Tree and Bellman-Ford algorithms python placeholder logos changed to the correct GitHub logo. All logos are now consistent across the new additions.
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9cb749a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5 from OzPol/OzPol-Fix-Logos-for-new-algos

    Fix: Updated Python logo placeholders for RedBlackTree & BellmanFord
    OzPol authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8d84489 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Merge branch 'main' into main

    OzPol authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e81fc16 View commit details
    Browse the repository at this point in the history