-
Notifications
You must be signed in to change notification settings - Fork 267
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
Commits on Sep 25, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for a5da82e - Browse repository at this point
Copy the full SHA a5da82eView commit details -
Refactor README.md: Organized algorithms table in the Readme alphabet…
…ically for improved structure and ease of navigation. Enhanced clarity by reordering entries.
Configuration menu - View commit details
-
Copy full SHA for 3f2033f - Browse repository at this point
Copy the full SHA 3f2033fView commit details -
Merge pull request #1 from OzPol/OzPol-patch-1
Refactored README.md: Organized algorithms table alphabetically
Configuration menu - View commit details
-
Copy full SHA for 48b39fd - Browse repository at this point
Copy the full SHA 48b39fdView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d20a182 - Browse repository at this point
Copy the full SHA d20a182View commit details -
Corrected file path for 'CalculatePi.cpp' in the README (Line 3735) and removed extra tab causing whitespace issue on line 2099.
Configuration menu - View commit details
-
Copy full SHA for 96585cd - Browse repository at this point
Copy the full SHA 96585cdView commit details -
Merge pull request #2 from OzPol/OzPol-Refactor-DataStructures-and-Ex…
…tra-tables Update README.md : Organized Data Structures and Extra sections
Configuration menu - View commit details
-
Copy full SHA for 0286192 - Browse repository at this point
Copy the full SHA 0286192View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 43363dc - Browse repository at this point
Copy the full SHA 43363dcView commit details -
Merge pull request #3 from OzPol/OzPol-add-10-new-algorithms
Added new algorithms and DS with relevant links to the Readme:
Configuration menu - View commit details
-
Copy full SHA for 54759c5 - Browse repository at this point
Copy the full SHA 54759c5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cf4f220 - Browse repository at this point
Copy the full SHA cf4f220View commit details -
Merge pull request #4 from OzPol/OzPol-Fix-Logos-for-new-algos
Fix: Updated logos for missing algorithm implementations in Readme
Configuration menu - View commit details
-
Copy full SHA for b2a77b5 - Browse repository at this point
Copy the full SHA b2a77b5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9cb749a - Browse repository at this point
Copy the full SHA 9cb749aView commit details -
Merge pull request #5 from OzPol/OzPol-Fix-Logos-for-new-algos
Fix: Updated Python logo placeholders for RedBlackTree & BellmanFord
Configuration menu - View commit details
-
Copy full SHA for 8d84489 - Browse repository at this point
Copy the full SHA 8d84489View commit details
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e81fc16 - Browse repository at this point
Copy the full SHA e81fc16View commit details