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

Conversation

OzPol
Copy link
Contributor

@OzPol OzPol commented Sep 25, 2024

Description

  • Added new algorithms: A*, Kruskal's, Bellman-Ford, Prim's, Gale-Shapley, Topological Sort, Hungarian Algorithm, AVL Tree, Red-- - Black Tree, and Ford-Fulkerson.
  • Reorganized the algorithms and data structures sections alphabetically for better navigation.
  • Updated placeholder links with active documentation references.
  • Fixed incorrect logos for unimplemented algorithms (Python and other language logos replaced with GitHub placeholders).
  • Addressed lint issues: fixed broken links and removed unnecessary tabs.

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.
…ically

for improved structure and ease of navigation.
Enhanced clarity by reordering entries.
Refactored README.md: Organized algorithms table alphabetically
Refactor: Organized Data Structures and Extra sections alphabetically in the README for improved clarity and ease of navigation.
Corrected file path for 'CalculatePi.cpp' in the README (Line 3735) and removed extra tab causing whitespace issue on line 2099.
…tra-tables

Update README.md : Organized Data Structures and Extra sections
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
Added new algorithms  and DS with relevant links to the Readme:
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
Fix: Updated logos for missing algorithm implementations in Readme
…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.
Fix: Updated Python logo placeholders for RedBlackTree & BellmanFord
README.md Outdated Show resolved Hide resolved
Copy link
Owner

@kelvins kelvins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, it looks good to me! Thanks a lot! 👏

@kelvins kelvins merged commit d289031 into kelvins:main Oct 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants