Harshita-Kanal / Data-Structures-and-algorithms

This repository would be a documentation of my journey towards learning Data structures and algorithms. Please :star: this repo if you liked the effort :smile:
23 stars 128 forks source link

Code your favourite data structures and algorithms! #1

Open Harshita-Kanal opened 3 years ago

Harshita-Kanal commented 3 years ago

Implement any algorithm or data structure or solve any programming problem in any language you want, when done, share your success by making a PR. Include the file in your pull request. Keep the name of the file as: Language-Problem Short Name eg: Python-Knapsack.py

AndreiG23 commented 3 years ago

I want to contribute with a bubble sort in C++.

LostAndFoundAgain commented 3 years ago

I want to contribute with connected components problem in c++.

Ishaan0905 commented 3 years ago

I will contribute

ayush-git228 commented 3 years ago

I would be happy to contribute.

NimrodRak commented 3 years ago

I would like to contribute too.

Ishaan0905 commented 3 years ago

Kindly check #27 @Harshita-Kanal

TheDeshBhakt commented 3 years ago

I would like to add some new algorithms.

PatrickStarLee commented 3 years ago

I would like to do this issue.

Rohitc2001 commented 3 years ago

Hello I would like to contribute in this by adding some algorithms

Yashithi98 commented 3 years ago

I would like to contribute as well.

DianaRodarte commented 3 years ago

Hi @Harshita-Kanal I would love to contribute Linear Search in C++

Aniruddha8699 commented 3 years ago

@Harshita-Kanal I noticed that the repository was missing Searching algorithms so I added a ternary search code in c++. And to make the learning fun for all, I've also added a very basic SNAKE game in c++ which is really very easy to understand. If you find it useful then please do merge my changes to your repository.😅 So kindly review PR #71

sarthak-1503 commented 3 years ago

@Harshita-Kanal Can I contribute in this issue?

sarthak-1503 commented 3 years ago

I will be contributing in C++

Harshitha4444 commented 3 years ago

I also want to contribute with selection sort

darshmgandhi commented 3 years ago

I have implemented Knapsack in Java. Please review my PR #86 . Thank you.

sarthak-1503 commented 3 years ago

@Harshita-Kanal I have implemented Longest Valid Parentheses using Dynamic Programming in C++. Please review my pull request #87

HitIt007 commented 3 years ago

I want to implement tree's inorder traversal in c

HitIt007 commented 3 years ago

I have implemented Inorder_traversal in c. Please review my pull request #88

sarthak-1503 commented 3 years ago

File Name: longestValidParentheses.cpp @Harshita-Kanal Please review my pull request #87

DevarakondaMohitVarsha commented 3 years ago

Sir, can I contribute some complex algorithm related to Artificial Intelligence or some complex machine learning / deep learning model. In c++ or python?

Ranadheer-senani commented 3 years ago

I'm looking forward to contributing a string operation in c++.

g-o-l-d-y commented 3 years ago

Kindly check PR #111 @Harshita-Kanal
Thanks!

sydnienguyen commented 3 years ago

I would like to contribute to this issue.

lucaa66 commented 3 years ago

Implement any algorithm or data structure or solve any programming problem in any language you want, when done, share your success by making a PR. Include the file in your pull request. Keep the name of the file as: Language-Problem Short Name eg: Python-Knapsack.py

I would like to contribute with The Euclid Algorithm in c++ :)

RameshtaVishwakarma commented 3 years ago

The repository doesn't have a binary search algorithm. I would Love to contribute Binary Search iterative and recursive algorithms. @Harshita-Kanal

puneetkaur2929 commented 3 years ago

Hey @Harshita-Kanal I would like to contribute algorithms using Sliding window technique . Language : C++ kindly assign this issue to me.