Rahul-Vijay / C_plus_plus_Algos

Collection of C++ Algorithms for a quick reference. Fork it and start hacking :)
0 stars 32 forks source link

More Algorithms required #3

Open Rahul-Vijay opened 5 years ago

Rahul-Vijay commented 5 years ago

Add as many as you'd like. Just make sure to submit one commit file at a time.

ananthuc73 commented 5 years ago

I will add bucketsort algorithm

ghost commented 5 years ago

can i add linear search algorithm??

Rahul-Vijay commented 5 years ago

Sure @ananthuc73 and yeah go ahead @aksharma123.

Bartal007 commented 5 years ago

can I add Radix sort?

Rahul-Vijay commented 5 years ago

Get on it :) @Bartal007

Pranay10rawat commented 5 years ago

added new mathematics algorithms #30

sahilBhola98 commented 5 years ago

Can i add tower of hanoi problem algorithm?

Rahul-Vijay commented 5 years ago

Thanks @Pranay10rawat and yeah sure go ahead @sahilgenius1

alexander-ponomaroff commented 5 years ago

I will add Knapsack Problem to the Dynamic Programming folder

pidwid commented 4 years ago

ill add egg dropping problem

pandyah5 commented 3 years ago

I have added the Kartsuba Multiplication Algorithm #53

vanshpatelx commented 2 years ago

can i add linear serach?