All Projects → ishaan007 → Data-Structures

ishaan007 / Data-Structures

Licence: other
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Data-Structures

AlgoDaily
just for fun
Stars: ✭ 118 (+168.18%)
Mutual labels:  linked-list, stack, queue, trie, binary-search-tree, binary-tree, hashtable
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 (+277.27%)
Mutual labels:  linked-list, stack, queue, trie, heap
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+9993.18%)
Mutual labels:  linked-list, stack, queue, heap, hashtable
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-43.18%)
Mutual labels:  linked-list, stack, queue, heap
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+925%)
Mutual labels:  stack, queue, trie, heap
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+5659.09%)
Mutual labels:  stack, queue, trie, heap
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+265.91%)
Mutual labels:  linked-list, stack, queue, heap
Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Stars: ✭ 144 (+227.27%)
Mutual labels:  linked-list, queue, trie, binary-search-tree
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+7220.45%)
Mutual labels:  linked-list, stack, queue, binary-tree
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+1297.73%)
Mutual labels:  linked-list, stack, queue, heap
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (+47.73%)
Mutual labels:  linked-list, stack, queue, trie
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (+95.45%)
Mutual labels:  stack, binary-search-tree, binary-tree, heap
adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Stars: ✭ 33 (-25%)
Mutual labels:  linked-list, stack, heap, hashtable
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+5918.18%)
Mutual labels:  stack, queue, trie, heap
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+954.55%)
Mutual labels:  linked-list, stack, queue, heap
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (+102.27%)
Mutual labels:  stack, queue, trie, heap
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+2463.64%)
Mutual labels:  linked-list, stack, queue
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 (+20.45%)
Mutual labels:  linked-list, stack, queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (+138.64%)
Mutual labels:  stack, queue, hashtable
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-20.45%)
Mutual labels:  linked-list, stack, queue

One of my IMPLEMENTATIONS of a HASH TABLE Using Separate Chaining in this repository got featured in GeeksforGeeks .Check it out here Hashtable on GfG :)

Data-Structures

Data Structures and Algorithms

Introduction

This repository contains some important data strucuture problems and algorithms I have solved in Java

Data Structures and related problems

The repositiry conatins implementations on the following data strucutures

Stacks Queues LinkedList Generic Trees Binary Trees Binary Search Trees Heaps Hash Tables

Further More Description will be added in some time to the various problems solved

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].