Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shishir-grez/data-structures-algorithms

Solutions to various questions for Data Structures and Algorithms
https://github.com/shishir-grez/data-structures-algorithms

algorithms cpp data-structures python

Last synced: 3 days ago
JSON representation

Solutions to various questions for Data Structures and Algorithms

Awesome Lists containing this project

README

        

Solutions to Questions related to DataStructures and Algorithms.

Data Structure:
1.[Arrays+Hashing](https://github.com/Shishir-grez/Data-Structures-Algorithms/tree/main?tab=readme-ov-file#arrayshashing)
2.[Trie](https://github.com/Shishir-grez/Data-Structures-Algorithms/tree/main?tab=readme-ov-file#trie)

## Arrays+Hashing
1.[Next Permutation](https://github.com/Shishir-grez/Data-Structures-Algorithms/blob/main/ArraysHashing/NextPermutation)
2.[2Sum](https://github.com/Shishir-grez/Data-Structures-Algorithms/blob/main/ArraysHashing/2Sum)

## Trie
1.[Insertion of Character in Trie](https://github.com/Shishir-grez/Data-Structures-Algorithms/blob/main/Trie/Insert)
2.[Distinct Substrings of String](https://github.com/Shishir-grez/Data-Structures-Algorithms/blob/main/Trie/DistinctSubstringsofString)