All Projects → Cs61b → Similar Projects or Alternatives

681 Open source projects that are alternatives of or similar to Cs61b

Leetcode Downloader
Download your accepted LeetCode submissions
Stars: ✭ 25 (-62.69%)
Mutual labels:  algorithms
Sde Interview Questions
Most comprehensive list 📋 of tech interview questions 📘 of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Stars: ✭ 5,406 (+7968.66%)
Mutual labels:  data-structures
Leetcode
Leetcode problems & solutions
Stars: ✭ 258 (+285.07%)
Mutual labels:  algorithms
Xinblog
前端基础。Vue框架。数据结构与算法。计算机网络。夯实基础。
Stars: ✭ 29 (-56.72%)
Mutual labels:  data-structures
Play With Algorithm Visualization
Codes of my MOOC Course <Play with Algorithm Visualization>. Updated contents and more demos or practices are also included. 我在慕课网上的课程《看得见的算法》Java示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 255 (+280.6%)
Mutual labels:  algorithms
DataStructure.Samples.CSharp
数据结构示例程序(C#语言描述)
Stars: ✭ 103 (+53.73%)
Mutual labels:  data-structures
Reftree
Automatically generated diagrams and animations for Scala data structures
Stars: ✭ 566 (+744.78%)
Mutual labels:  data-structures
js-collections-map-set
Repository to have example code to demonstrate JavaScript Map and Set data structures.
Stars: ✭ 21 (-68.66%)
Mutual labels:  data-structures
algorithm
📌 Notes and Codes for studying data structures and algorithm
Stars: ✭ 72 (+7.46%)
Mutual labels:  data-structures
Fastcore
Python supercharged for the fastai library
Stars: ✭ 565 (+743.28%)
Mutual labels:  data-structures
Blog
📚 专注Web与算法
Stars: ✭ 1,140 (+1601.49%)
Mutual labels:  algorithms
cs-resources
Curated Computer Science and Programming Resource Guide
Stars: ✭ 42 (-37.31%)
Mutual labels:  data-structures
Haskell
Implementation of All ▲lgorithms in Haskell Programming Language
Stars: ✭ 25 (-62.69%)
Mutual labels:  algorithms
Hopscotch Map
C++ implementation of a fast hash map and hash set using hopscotch hashing
Stars: ✭ 454 (+577.61%)
Mutual labels:  data-structures
Data-Structures-and-Algorithm-C-
Hi folks🖐🏻 , I'm maintaining this repository, feel free to open a pull request and contribute! :)
Stars: ✭ 39 (-41.79%)
Mutual labels:  data-structures
Lintcode
📜 Lintcode/Leetcode algorithm written by Java, Python and JavaScript.
Stars: ✭ 21 (-68.66%)
Mutual labels:  data-structures
py-algorithms
Algorithms and Data Structures, solutions to common CS problems.
Stars: ✭ 26 (-61.19%)
Mutual labels:  data-structures
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-53.73%)
Mutual labels:  data-structures
Shon
A simple tool to convert json or yaml into a shell-compliant data structure.
Stars: ✭ 47 (-29.85%)
Mutual labels:  data-structures
Interview-Prep-DS-Algo
No description or website provided.
Stars: ✭ 14 (-79.1%)
Mutual labels:  data-structures
Cs Video Courses
List of Computer Science courses with video lectures.
Stars: ✭ 27,209 (+40510.45%)
Mutual labels:  algorithms
Alpg
Visualize and inspect custom algorithms with time travelling
Stars: ✭ 13 (-80.6%)
Mutual labels:  algorithms
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+573.13%)
Mutual labels:  algorithms
algorithm-study
草莓奶昔的算法学习笔记(typescript/python)
Stars: ✭ 29 (-56.72%)
Mutual labels:  data-structures
Python Interview Problems For Practice
120+ Common code and interview problems solved in Python **(it's GROWING...)** Give a Star 🌟If it helps you. Please go through the README.md before starting.
Stars: ✭ 538 (+702.99%)
Mutual labels:  data-structures
js-data-structures-and-algorithms
JavaScript implementations of common data structure and algorithm concepts.
Stars: ✭ 31 (-53.73%)
Mutual labels:  data-structures
Algorithms
Solved algorithms and data structures problems in many languages
Stars: ✭ 1,021 (+1423.88%)
Mutual labels:  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 (-64.18%)
Mutual labels:  algorithms
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (+577.61%)
Mutual labels:  data-structures
OOP-In-CPlusPlus
An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Doc…
Stars: ✭ 27 (-59.7%)
Mutual labels:  data-structures
Stdgpu
stdgpu: Efficient STL-like Data Structures on the GPU
Stars: ✭ 531 (+692.54%)
Mutual labels:  data-structures
Play With Algorithm Interview
Codes of my MOOC Course <Play with Algorithm Interviews>. Updated contents and practices are also included. 我在慕课网上的课程《玩儿转算法面试》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 915 (+1265.67%)
Mutual labels:  algorithms
Ctci v6
📚 Cracking the Coding Interview 6th edition problems
Stars: ✭ 447 (+567.16%)
Mutual labels:  algorithms
Qp Trie Rs
An idiomatic and fast QP-trie implementation in pure Rust.
Stars: ✭ 47 (-29.85%)
Mutual labels:  data-structures
Reinforcement Learning
Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed. 2)
Stars: ✭ 55 (-17.91%)
Mutual labels:  algorithms
Algorithms
全面的算法代码仓库
Stars: ✭ 1,014 (+1413.43%)
Mutual labels:  algorithms
Algor In Js
Various Basic Data Structures and Algorithms Implement in Javascript
Stars: ✭ 22 (-67.16%)
Mutual labels:  data-structures
Teaching
Teaching Materials for Dr. Waleed A. Yousef
Stars: ✭ 435 (+549.25%)
Mutual labels:  data-structures
Tech Interview Handbook
💯 Curated interview preparation materials for busy engineers
Stars: ✭ 64,851 (+96692.54%)
Mutual labels:  algorithms
Javakeeper
✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能
Stars: ✭ 502 (+649.25%)
Mutual labels:  algorithms
Cs Books
📚 Computer Science Books 计算机技术类书籍 PDF
Stars: ✭ 2,915 (+4250.75%)
Mutual labels:  algorithms
Awesome Unam
A curated list of awesome engineering ecosystem, including UNAM Projects
Stars: ✭ 10 (-85.07%)
Mutual labels:  algorithms
Pgm Index
🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes
Stars: ✭ 499 (+644.78%)
Mutual labels:  data-structures
Dashmap
Blazing fast concurrent HashMap for Rust.
Stars: ✭ 1,128 (+1583.58%)
Mutual labels:  data-structures
Awesome Algorithm Books
📚 awesome algorithm books I've collected 【不定期更新】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)
Stars: ✭ 245 (+265.67%)
Mutual labels:  algorithms
Competitive Programming
📌 📚 Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (+640.3%)
Mutual labels:  algorithms
Graph
Graph algorithms and data structures
Stars: ✭ 431 (+543.28%)
Mutual labels:  data-structures
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-37.31%)
Mutual labels:  data-structures
Sanest
sane nested dictionaries and lists for python
Stars: ✭ 19 (-71.64%)
Mutual labels:  data-structures
Algorithms
数据结构和算法专项训练营。✍️✍️✍️
Stars: ✭ 424 (+532.84%)
Mutual labels:  algorithms
Ewig
The eternal text editor — Didactic Ersatz Emacs to show immutable data-structures and the single-atom architecture
Stars: ✭ 422 (+529.85%)
Mutual labels:  data-structures
Algorithms
Algorithms and data structures exercises
Stars: ✭ 19 (-71.64%)
Mutual labels:  algorithms
Datastructures.jl
Julia implementation of Data structures
Stars: ✭ 421 (+528.36%)
Mutual labels:  data-structures
C Algorithms
Collection of BSD/MIT-licensed algorithms implementations in pure C
Stars: ✭ 54 (-19.4%)
Mutual labels:  algorithms
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+525.37%)
Mutual labels:  algorithms
Avax
AVAX is a small, modern and fast console application for decrypting passwords with certain options.
Stars: ✭ 19 (-71.64%)
Mutual labels:  algorithms
Huskarl
Deep Reinforcement Learning Framework + Algorithms
Stars: ✭ 414 (+517.91%)
Mutual labels:  algorithms
Dev Blog
翻译、开发心得或学习笔记
Stars: ✭ 3,929 (+5764.18%)
Mutual labels:  algorithms
Ps
Problem Solving
Stars: ✭ 901 (+1244.78%)
Mutual labels:  algorithms
Think Dast Zh
📖 [译] 数据结构思维
Stars: ✭ 402 (+500%)
Mutual labels:  data-structures
301-360 of 681 similar projects