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

Radix sort,Shell sort,Kruskals Algo Added :fixes #1908 #1909 #1911 #1934

Closed
wants to merge 4 commits into from

Conversation

laxmikandivalasa
Copy link
Contributor

@laxmikandivalasa laxmikandivalasa commented Nov 7, 2024

Idea Description

Radix sort Added : #1908

Prim's Algorithm (Minimum Spanning Tree)
is To find a Minimum Spanning Tree (MST) for a weighted, undirected graph.

Potential Benefits
Improves user experience
Enhances learning
Adds a new feature
Improves code quality
Other

Idea Description
Prim's Algorithm (Minimum Spanning Tree)
is To find a Minimum Spanning Tree (MST) for a weighted, undirected graph.

Potential Benefits
 Improves user experience
 Enhances learning
 Adds a new feature
 Improves code quality
 Other
Copy link

github-actions bot commented Nov 7, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible.). If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

github-actions bot commented Nov 7, 2024

⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀

🔗 Site: Algo | Live Site

URL 🌐 Performance Accessibility Best Practices SEO 📊
/algo/ 🟡 54 🟢 96 🟡 71 🟡 86 📄
/algo/docs 🔴 49 🟢 96 🟡 75 🟢 100 📄
/algo/blog 🟡 66 🟢 92 🟢 96 🟡 86 📄

Kruskal's Algorithm #1911

add a new greedy algorithm

Idea Description
Another MST algorithm that works by sorting all edges.

Potential Benefits
 Improves user experience
 Enhances learning
 Adds a new feature
 Improves code quality
 Other
Radix sort #1908

Idea Description
This algorithm sorts numbers by processing individual digits, starting from the least significant digit to the most significant digit (LSD Radix Sort). It’s suitable for integers or strings.

Potential Benefits
 Improves user experience
 Enhances learning
 Adds a new feature
 Improves code quality
 Other
Shell Sort #1909

Idea Title
Add a new sorting algorithm

Idea Description
An optimized version of insertion sort. Shell Sort sorts elements far apart first, then progressively reduces the gap.

Potential Benefits
 Improves user experience
 Enhances learning
 Adds a new feature
 Improves code quality
 Other
@laxmikandivalasa laxmikandivalasa changed the title Radix sort Added : #1908 Radix sort,Shell sort,Kruskals Algo Added :fixes #1908 #1909 #1911 Nov 8, 2024
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.

1 participant