All Projects → Learn_some_algorithm_and_data_structure → Similar Projects or Alternatives

901 Open source projects that are alternatives of or similar to Learn_some_algorithm_and_data_structure

Interviews
A list of fancy questions I've been asked during the interviews I had. Some of them I ask when interviewing people.
Stars: ✭ 140 (+268.42%)
Mutual labels:  algorithms, data-structures
Leetcode In Swift
My solutions to LeetCode problems written in Swift
Stars: ✭ 150 (+294.74%)
Mutual labels:  algorithms, data-structures
Data Structures And Algorithms
Data Structures and Algorithms implemented In Python, C, C++, Java or any other languages. Aimed to help strengthen the concepts of DS&A. Give a Star 🌟 if it helps you.
Stars: ✭ 146 (+284.21%)
Mutual labels:  algorithms, data-structures
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (+313.16%)
Mutual labels:  algorithms, data-structures
19 udacity dsa
Data Structures & Algorithms Nanodegree Program from Udacity
Stars: ✭ 140 (+268.42%)
Mutual labels:  algorithms, data-structures
Algorithms Data Structures In Typescript
Stars: ✭ 175 (+360.53%)
Mutual labels:  algorithms, data-structures
Algo
Algorithms and data structures implemented in Go, JS, TypeScript, Rust, and Swift.
Stars: ✭ 174 (+357.89%)
Mutual labels:  algorithms, data-structures
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+1971.05%)
Mutual labels:  algorithms, data-structures
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+323.68%)
Mutual labels:  algorithms, data-structures
Dailycodebase
2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! 💯💯 Do it everyday!! Also, Do give us a ⭐ if you liked the repository
Stars: ✭ 186 (+389.47%)
Mutual labels:  algorithms, data-structures
Leetcode Algorithm
分类整理leetcode算法题解,代码语言采用c++与python实现
Stars: ✭ 184 (+384.21%)
Mutual labels:  algorithms, data-structures
Data Structures And Algorithms
Data Structures and Algorithms implementation in Go
Stars: ✭ 2,272 (+5878.95%)
Mutual labels:  algorithms, data-structures
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+902.63%)
Data Structure And Algorithms With Es6
Data Structures and Algorithms using ES6
Stars: ✭ 594 (+1463.16%)
Rust
All Algorithms implemented in Rust
Stars: ✭ 4,562 (+11905.26%)
Mutual labels:  algorithms, data-structures
C Sharp
All algorithms implemented in C#.
Stars: ✭ 3,310 (+8610.53%)
Mutual labels:  algorithms, data-structures
Acmer Qualification Code
ACMer 入门级算法模板
Stars: ✭ 202 (+431.58%)
Mutual labels:  algorithms, data-structures
Argo
使用go语言实现数据结构与算法,涵盖字符串、数组、链表、队列、栈、树、图等数据结构。在实现算法的基础上,进行go语言实战。此外也包含经典算法在go实战项目中的应用,以及开源项目算法方面源码分析。
Stars: ✭ 243 (+539.47%)
Mutual labels:  algorithms, data-structures
Rethink C
A reuseable codebase for C Programming Language.
Stars: ✭ 241 (+534.21%)
Mutual labels:  algorithms, data-structures
Algos
Popular Algorithms and Data Structures implemented in popular languages
Stars: ✭ 966 (+2442.11%)
Mutual labels:  algorithms, data-structures
Awesome Coding Interview Question Patterns
The most common question-patterns for any coding-interview
Stars: ✭ 196 (+415.79%)
Mutual labels:  algorithms, data-structures
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+539002.63%)
Mutual labels:  algorithms, data-structures
Javascript Algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Stars: ✭ 133,406 (+350968.42%)
Mutual labels:  algorithms, data-structures
Swift Algorithm Club
Algorithms and data structures in Swift, with explanations!
Stars: ✭ 25,731 (+67613.16%)
Mutual labels:  algorithms, data-structures
Fucking Algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Stars: ✭ 99,705 (+262281.58%)
Mutual labels:  algorithms, data-structures
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+16350%)
Mutual labels:  algorithms, data-structures
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 (+278.95%)
Graph
Graph algorithms and data structures
Stars: ✭ 431 (+1034.21%)
Codeeggdailyinterview
码个蛋每日面试题
Stars: ✭ 345 (+807.89%)
Mutual labels:  algorithms, data-structures
Algo Phantoms Backend
💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
Stars: ✭ 36 (-5.26%)
Mutual labels:  algorithms, data-structures
Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
Stars: ✭ 578 (+1421.05%)
Mutual labels:  algorithms, data-structures
You Dont Know X
🙈 curated list of inspiring resources which show you don't know that much about something you thought you knew.
Stars: ✭ 139 (+265.79%)
Mutual labels:  algorithms, data-structures
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+1550%)
Mutual labels:  algorithms, data-structures
Algorithms
My Algorithms and Data Structures studies. https://leandrotk.github.io/series/algorithms-problem-solving
Stars: ✭ 275 (+623.68%)
Mutual labels:  algorithms, data-structures
Algorithms Visualiser
Algorithms Visualiser is an opensource project made using ReactJS. Visualise Algorithms on Sorting, Pathfinding, Searching, Word Search, Backtracking.
Stars: ✭ 290 (+663.16%)
Mutual labels:  algorithms, sorting-algorithms
Php
All Algorithms implemented in Php
Stars: ✭ 272 (+615.79%)
Mutual labels:  algorithms, data-structures
Java Competitive Programming
I have written some important Algorithms and Data Structures in an efficient way in Java with proper references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, All Pair Shortest Path, Longest Common Subsequence, Binary Search, Lower Bound Search, Maximal Matching, Matrix Exponentiation, Segment Tree, Sparse Table, Merge Sort, Miller Prime Test, Prims - Minimum Spanning Tree, BIT - Binary Index Tree, Two Pointers, BST - Binary Search Tree, Maximum Subarray Sum, Immutable Data Structures, Persistent Data Structurs - Persistent Trie, Dijkstra, Z - Function, Minimum Cost Maximal Matching, Heavy Light Decomposition, Knapsack, Suffix Array and LCP - Longest Common Prefix, Squre Root Decomposition, Kth Order Statics, Trie / Prefix Tree, LIS - Longest Increasing Subsequence, Hashing
Stars: ✭ 24 (-36.84%)
Mutual labels:  algorithms, graph-algorithms
Cpp
Repository for C++/C codes and algos.
Stars: ✭ 265 (+597.37%)
Mutual labels:  algorithms, data-structures
Competitive Programming Repository
Competitive Programming templates that I used during the past few years.
Stars: ✭ 367 (+865.79%)
Mutual labels:  algorithms, data-structures
Interview Bit
Solutions to problems on Interview Bit
Stars: ✭ 353 (+828.95%)
Mutual labels:  algorithms, data-structures
Dataviz
Build and Visualize data structures in Golang
Stars: ✭ 348 (+815.79%)
Mutual labels:  algorithms, data-structures
Js Data Structures And Algorithms
从 0 到 1 学习 JavaScript 数据结构与算法
Stars: ✭ 425 (+1018.42%)
Mutual labels:  algorithms, data-structures
Cracking The Coding Interview
📚 C++ and Python solutions with automated tests for Cracking the Coding Interview 6th Edition.
Stars: ✭ 396 (+942.11%)
Mutual labels:  algorithms, sorting-algorithms
Algos
Competitive programming algorithms in C++
Stars: ✭ 572 (+1405.26%)
Mutual labels:  algorithms, data-structures
Neoalgo
Bringing all Data Structures and Algorithms under one Roof ⚡
Stars: ✭ 440 (+1057.89%)
Mutual labels:  algorithms, data-structures
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+19334.21%)
Mutual labels:  algorithms, data-structures
Techinterview
💎 Cheat sheet to prep for technical interviews.
Stars: ✭ 454 (+1094.74%)
Mutual labels:  algorithms, data-structures
Ds Algo Point
This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
Stars: ✭ 949 (+2397.37%)
Mutual labels:  algorithms, data-structures
Competitiveprogramming
A collection of algorithms, data structures and other useful information for competitive programming.
Stars: ✭ 475 (+1150%)
Mutual labels:  algorithms, data-structures
Algorithms
Several algorithms and data structures implemented in C++ by me (credited to others where necessary).
Stars: ✭ 467 (+1128.95%)
Mutual labels:  algorithms, data-structures
Pyrival
⚡ Competitive Programming Library
Stars: ✭ 463 (+1118.42%)
Mutual labels:  algorithms, data-structures
Pygorithm
A Python module for learning all major algorithms
Stars: ✭ 4,256 (+11100%)
Mutual labels:  algorithms, data-structures
Cs Playground React
In-Browser Algorithm and Data Structures Practice
Stars: ✭ 491 (+1192.11%)
Mutual labels:  algorithms, data-structures
Fuck Coding Interviews
How on earth can I ever think of a solution like that in an interview?!
Stars: ✭ 464 (+1121.05%)
Mutual labels:  algorithms, data-structures
Hellokoding Courses
HelloKoding provides practical coding guides series of Spring Boot, Java, Algorithms, and other topics on software engineering
Stars: ✭ 490 (+1189.47%)
Mutual labels:  algorithms, data-structures
Coding Challenges
solutions to coding challenges and algorithm and data structure building blocks
Stars: ✭ 28 (-26.32%)
Mutual labels:  algorithms, data-structures
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (+1265.79%)
Mutual labels:  algorithms, data-structures
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+1210.53%)
Mutual labels:  algorithms, data-structures
Online Judge Solutions
Solutions to ACM ICPC - style problems
Stars: ✭ 529 (+1292.11%)
Mutual labels:  algorithms, data-structures
Placement Preparation
Hello everyone, I have created this repository specifically for competitive questions and for placements preparation.
Stars: ✭ 137 (+260.53%)
Mutual labels:  algorithms, data-structures
61-120 of 901 similar projects