All Projects → manosriram → Data Structures

manosriram / Data Structures

Licence: gpl-3.0
Data-Structures using C++.

Projects that are alternatives of or similar to Data Structures

Util
A collection of useful utility functions
Stars: ✭ 201 (+66.12%)
Mutual labels:  hash, hashing, string-manipulation
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (-56.2%)
Mutual labels:  data-structures, linked-list, recursion
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (+13.22%)
Mutual labels:  data-structures, linked-list, recursion
Algo Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Stars: ✭ 166 (+37.19%)
Mutual labels:  trie, linked-list, recursion
Data Structures
Go datastructures.
Stars: ✭ 336 (+177.69%)
Mutual labels:  data-structures, trie, linked-list
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (+37.19%)
Mutual labels:  hashing, linked-list, string-manipulation
Coding Ninjas Data Structures And Algorithms In Python
Solved problems and assignments of DSA course taught by Coding Ninjas team
Stars: ✭ 70 (-42.15%)
Mutual labels:  data-structures, recursion, graphs
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+47.11%)
Mutual labels:  data-structure, trie, recursion
py-algorithms
Algorithms and Data Structures, solutions to common CS problems.
Stars: ✭ 26 (-78.51%)
Mutual labels:  data-structure, graphs, data-structures
komihash
Very fast, high-quality hash function (non-cryptographic, C) + PRNG
Stars: ✭ 68 (-43.8%)
Mutual labels:  hashing, bloom-filter, hash
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+283.47%)
Mutual labels:  hashing, linked-list, recursion
Minperf
A Minimal Perfect Hash Function Library
Stars: ✭ 107 (-11.57%)
Mutual labels:  hash, hashing, bloom-filter
Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: ✭ 30 (-75.21%)
Mutual labels:  hashing, linked-list, recursion
Competitive Programming Repository
Competitive Programming templates that I used during the past few years.
Stars: ✭ 367 (+203.31%)
Mutual labels:  data-structures, hashing, graphs
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+3570.25%)
Mutual labels:  data-structures, linked-list, recursion
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-65.29%)
Mutual labels:  data-structures, trie
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-71.07%)
Mutual labels:  linked-list, string-manipulation
Wyhash Rs
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
Stars: ✭ 44 (-63.64%)
Mutual labels:  hash, hashing
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-60.33%)
Mutual labels:  data-structures, data-structure
Coding Ninjas Java Solutions
This will have solutions to all the problems that are included in Coding Ninja's 2020 Java Course. Star the repo if you like it.
Stars: ✭ 32 (-73.55%)
Mutual labels:  linked-list, graphs

Data-Structures.

1. Trees

2. Graphs

3. Linked Lists

4. Trie

5. Heaps

6. Hashing Techniques

7. Bloom Filter

7. Queue

8. Stack

9. Segment Tree

10. Disjoint Sets

11. XOR Linked List

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].