Skip to content

feat: Add high priority algorithms - backtracking, advanced graph, st…#109

Merged
OmkarPathak merged 1 commit intoOmkarPathak:masterfrom
adwaitas28:feature/add-high-priority-algorithms
Oct 11, 2025
Merged

feat: Add high priority algorithms - backtracking, advanced graph, st…#109
OmkarPathak merged 1 commit intoOmkarPathak:masterfrom
adwaitas28:feature/add-high-priority-algorithms

Conversation

@adwaitas28
Copy link
Copy Markdown

…ring, and sorting algorithms

  • Add new backtracking module with N-Queens, Sudoku solver, maze solver, and permutations
  • Extend pathfinding with Bellman-Ford, Floyd-Warshall, and Prim's algorithms
  • Add advanced string algorithms: KMP search and edit distance
  • Add Bingo sort algorithm optimized for datasets with duplicates
  • Include comprehensive test suite with 10/10 tests passing
  • Maintain consistent API patterns and educational focus
  • All algorithms authored by Adwaita Jadhav

Closes: Enhancement request for missing fundamental algorithms

…ring, and sorting algorithms

- Add new backtracking module with N-Queens, Sudoku solver, maze solver, and permutations
- Extend pathfinding with Bellman-Ford, Floyd-Warshall, and Prim's algorithms
- Add advanced string algorithms: KMP search and edit distance
- Add Bingo sort algorithm optimized for datasets with duplicates
- Include comprehensive test suite with 10/10 tests passing
- Maintain consistent API patterns and educational focus
- All algorithms authored by Adwaita Jadhav

Closes: Enhancement request for missing fundamental algorithms
@OmkarPathak
Copy link
Copy Markdown
Owner

Thanks for the contribution @adwaitas28

@OmkarPathak OmkarPathak merged commit cee38ed into OmkarPathak:master Oct 11, 2025
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.

2 participants