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

Circular Linked List Hacktoberfest By Rishin Pandit

I have created a fibonacci search algorithm in a simple way using cpp. We all know how to generate fibonacci numbers . Using fibonacci numbers we can generate a searching...

Implement Prim's algorithm in any language.

Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
Java
C#

Answering to your question you created in issue @ephremdeme

Implement Segment Tree for Range Sum Queries in any language.

Hacktoberfest
Python
C++
hacktoberfest2020
Java

Implement graph traversal(BFS and DFS) algorithms for implicit graphs in any language.

good first issue
Hacktoberfest
Python
C++
Java

Implement Suffix array for strings in any language.

Hacktoberfest
Python
C++
hacktoberfest2020
Java