Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

Find any Algorithms and Data Structure implemented in C/C++ here!

Results 6 Data-Structures-and-Algorithms issues
Sort by recently updated
recently updated
newest added

Update the readme file to include all new algorithms and thier locations

documentation
enhancement
good first issue

Implement the expression tree given an expression using a stack. The input looks like `(a+b)*c-(d-e)^(f+g)` Convert it to expression tree using a C Algorithm.

enhancement

Add AVL trees and all its operations

help wanted

Create a binary tree given its `preorder` and `inorder` traversals or `postorder` and `inorder` traversals.

enhancement
help wanted

Implement and reverse: 1. Singly Linked List 2. Doubly Linked List 3. Circular singly linked list. 4. Circular doubly linked list

enhancement
good first issue

[Greedy Algorithms](https://github.com/tirthasheshpatel/Data-Structures-and-Algorithms/tree/master/Greedy%20Algorithms) contains the file [huffman_codes.c](https://github.com/tirthasheshpatel/Data-Structures-and-Algorithms/blob/master/Greedy%20Algorithms/huffmann_codes.c) which is not implemented yet. Go ahead and try to implement it!

enhancement
good first issue