mr-ayush-agrawal / Hacktoberfest

This repository is only for the beginners for contributing in the Hacktoberfest.
4 stars 26 forks source link

I want to add some most useful algorithms code in C++ for-- #31

Open Bharath-KumarReddy opened 1 year ago

Bharath-KumarReddy commented 1 year ago

1) K-way merge Algorithm

2) Stack Reduced Quick Sort

3) Merge sort combined with Insertion Sort

4) Prims, Topological, Kruskal's algorithm

5) DijKstra , Floyd Warshall ,bellman ford algorithm

6) Backtracking a) Rat Maze b) N-Queen c) Sudoku d) Sum of Subset

7) Activity selection , Huffman Encoding

please consider this under Hacktoberfest_2023 as I want to contribute myself : )

mr-ayush-agrawal commented 1 year ago

Yes You can go for this :)

Bharath-KumarReddy commented 1 year ago

Yes Sure I had just done this , and I made a Pull request once Please check : )

itssiddhantjain commented 1 year ago

I want to add some most useful algorithms code in C++. @Bharath-KumarReddy please consider this under Hacktoberfest_2023 as I want to contribute myself : )

ADHIRAJ-12 commented 1 year ago

Hey @mr-ayush-agrawal @Bharath-KumarReddy i wanted to contribute too by adding some useful algorithms. I have created 4 PR's for: 1.SIEVE ALGORITHM FOR PRIMES 2.KOSARAJU'S ALGORITHM FOR GRAPHS

  1. A BST VALIDATOR ALGORITHM
  2. A BST ITERATOR PROGRAM Please consider this under Hacktoberfest_2023 .This would be really helpful . Thank you
mr-ayush-agrawal commented 1 year ago

Hi @ADHIRAJ-12 I will review and update you asap.

mr-ayush-agrawal commented 1 year ago

@itssiddhantjain You are free to make Contributions anytime in this repo :)

ADHIRAJ-12 commented 1 year ago

Thanks @mr-ayush-agrawal