All Projects → jeffzh4ng → Iruka

jeffzh4ng / Iruka

Licence: mit
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Iruka

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 (+415.36%)
Mutual labels:  stack, linked-list, avl-tree, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-70.08%)
Mutual labels:  stack, linked-list, queue
Data-structures
Data Structures in Java
Stars: ✭ 13 (-97.92%)
Mutual labels:  linked-list, stack, queue
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-96%)
Mutual labels:  linked-list, stack, queue
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 (-76.96%)
Mutual labels:  avl-tree, linked-list, queue
AlgoDaily
just for fun
Stars: ✭ 118 (-81.12%)
Mutual labels:  linked-list, stack, queue
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (-25.76%)
Mutual labels:  linked-list, stack, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-77.76%)
Mutual labels:  stack, linked-list, queue
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 (-89.6%)
Mutual labels:  linked-list, stack, queue
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (-12.16%)
Mutual labels:  stack, linked-list, queue
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+610.56%)
Mutual labels:  stack, linked-list, queue
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 (-73.44%)
Mutual labels:  stack, linked-list, queue
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (-73.44%)
Mutual labels:  stack, linked-list, queue
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-95.04%)
Mutual labels:  linked-list, stack, queue
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (-74.24%)
Mutual labels:  stack, linked-list, queue
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (-1.6%)
Mutual labels:  stack, linked-list, queue
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-80.64%)
Mutual labels:  stack, linked-list, queue
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-80%)
Mutual labels:  stack, avl-tree, queue
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-97.28%)
Mutual labels:  linked-list, stack, queue
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-92.96%)
Mutual labels:  linked-list, stack, queue

iruka

Tests

A collection of classical data structures and algorithms implemented in Typescript. Click the 📹 emoji for tutorials.

The repository's primary goal is educational. Hence, all implementations include a prolific number of comments which guide the reader. The name of the project, iruka, is an ode to Iruka sensei from Naruto. He became a teacher to pass on the Will of Fire, and teach the future ninja of the leaf village. Likewise, this project is here to teach the future software engineers of earth.

You can use this package in your projects if you so wish. Test coverage will be kept at 100%. To install the package, use npm or yarn:

yarn add dsa-ts

Data Structures

Algorithms

References

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Commiting Process

The commit process does not directly use git. dsa-ts uses commitizen to ensure we are comitting semantic commits. To commit, use the command yarn commit, and follow the citizen cli which prompts you for various metainfo regarding the commit. After the pre-commit tests are run successfully, you are able to push to your development branch with git push.

License

This repository is released under the MIT license. In short, this means you are free to use this software in any personal, open-source or commercial projects.

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