data-structure-and-algorithms icon indicating copy to clipboard operation
data-structure-and-algorithms copied to clipboard

Implement most data structures and algorithms in different programming languages.

Results 38 data-structure-and-algorithms issues
Sort by recently updated
recently updated
newest added

Implement pascal triangle in any language inside Algorithms/Pascal folder. input: rows output: 1 1 1 1 2 1 1 3 3 1

good first issue
Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
moderate
Java
C#

Implement in C++.Java,Python.

good first issue
Hacktoberfest
C++
hacktoberfest2020
Java
C#

Build a function that, given a number, reverses it without using strings. input: 12345 output: 54321

good first issue
question
Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
Java

Build a function that checks weather a given number is a palindrome or not without using a strings. Implement it using any language. For example: input: 12321 output: true input:...

good first issue
question
Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
Java
C#

Implement Fibonacci sequence in any language. Recursive is appreciated.

good first issue
question
Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
Java
C#

Implement Kruskal's algorithm in any language.

Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
Java
C#

solved fibonacci!!

Please review my pull request. Link below. https://github.com/ephremdeme/data-structure-and-algorithms/pull/175 [https://github.com/ephremdeme/data-structure-and-algorithms/pull/175](url) Create ReverseLineWordByWord #175

Implement GCD and LCM of two integers using any langauge

good first issue
Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
Java
C#