All Projects → Dsa Geeksclasses → Similar Projects or Alternatives

1061 Open source projects that are alternatives of or similar to Dsa Geeksclasses

Typerep Map
⚡️Efficient implementation of Map with types as keys
Stars: ✭ 85 (-37.96%)
Mutual labels:  arrays
Cub
Cooperative primitives for CUDA C++.
Stars: ✭ 883 (+544.53%)
Mutual labels:  algorithms
Leaderboardx
A tool for building graphs quickly
Stars: ✭ 13 (-90.51%)
Mutual labels:  graph-algorithms
Graphicalgorithm
🐙 🐙图形学论文实现
Stars: ✭ 108 (-21.17%)
Mutual labels:  graph-algorithms
Godot3 procgen demos
Exploring Procedural Generation algorithms in Godot
Stars: ✭ 85 (-37.96%)
Mutual labels:  algorithms
Alpg
Visualize and inspect custom algorithms with time travelling
Stars: ✭ 13 (-90.51%)
Mutual labels:  algorithms
Oi Slides
我的信息学竞赛讲课课件
Stars: ✭ 875 (+538.69%)
Mutual labels:  dynamic-programming
Phpalgorithms
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
Stars: ✭ 865 (+531.39%)
Mutual labels:  algorithms
Happy Algorithms
📚 本仓库每1~3周会发布期刊,期刊内容为机器学习、深度学习、自然语言处理等领域的算法文章📝
Stars: ✭ 84 (-38.69%)
Mutual labels:  algorithms
Algo.js
A Very Basic into Intermediate Algorithm Lesson
Stars: ✭ 11 (-91.97%)
Mutual labels:  algorithms
Awesome Unam
A curated list of awesome engineering ecosystem, including UNAM Projects
Stars: ✭ 10 (-92.7%)
Mutual labels:  algorithms
Leetcode
🐒LeetCode、剑指Offer刷题笔记(C/C++、Python3实现)
Stars: ✭ 1,237 (+802.92%)
Mutual labels:  algorithms
Python Programming
Python Coding - Data Structure, Algorithm, Crypto, Web, Network, System
Stars: ✭ 9 (-93.43%)
Mutual labels:  data-structures
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+524.09%)
Mutual labels:  algorithms
Sage
Mirror of the Sage source tree -- please do not submit PRs here -- everything must be submitted via https://trac.sagemath.org/
Stars: ✭ 1,656 (+1108.76%)
Mutual labels:  algorithms
Algorithms Explanation
All Algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
Stars: ✭ 1,243 (+807.3%)
Mutual labels:  data-structures
Data Structures In Open Source
Data structures used in open source projects around the world.
Stars: ✭ 9 (-93.43%)
Mutual labels:  data-structures
Gpusorting
Implementation of a few sorting algorithms in OpenCL
Stars: ✭ 9 (-93.43%)
Mutual labels:  sorting-algorithms
Binance grid trader
A grid trading strategy and trading-bot for Binance Exchange. 币安交易所的网格交易
Stars: ✭ 132 (-3.65%)
Mutual labels:  algorithms
Array Hash
C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
Stars: ✭ 130 (-5.11%)
Mutual labels:  data-structures
Javascript Data Structures And Algorithms
Exercises, algorithms
Stars: ✭ 26 (-81.02%)
Mutual labels:  algorithms
Networkx
Network Analysis in Python
Stars: ✭ 10,057 (+7240.88%)
Mutual labels:  graph-algorithms
Ods
Mission: To provide a high-quality open content data structures textbook that is both mathematically rigorous and provides complete implementations.
Stars: ✭ 932 (+580.29%)
Mutual labels:  data-structures
Trie
A Mixed Trie and Levenshtein distance implementation in Java for extremely fast prefix string searching and string similarity.
Stars: ✭ 25 (-81.75%)
Mutual labels:  data-structures
Stanford University Algorithms
Assignments of Stanford University - Algorithms from Coursera
Stars: ✭ 25 (-81.75%)
Mutual labels:  algorithms
Robotics Coursework
🤖 Places where you can learn robotics (and stuff like that) online 🤖
Stars: ✭ 1,810 (+1221.17%)
Mutual labels:  algorithms
Leetcode Downloader
Download your accepted LeetCode submissions
Stars: ✭ 25 (-81.75%)
Mutual labels:  algorithms
Haskell
Implementation of All ▲lgorithms in Haskell Programming Language
Stars: ✭ 25 (-81.75%)
Mutual labels:  algorithms
Litiv
C++ implementation pool for computer vision R&D projects.
Stars: ✭ 82 (-40.15%)
Mutual labels:  algorithms
Sorting
🍡 Visualize the process of sorting algorithms simply
Stars: ✭ 24 (-82.48%)
Mutual labels:  sorting-algorithms
Typefont
The first open-source library that detects the font of a text in a image.
Stars: ✭ 1,575 (+1049.64%)
Mutual labels:  algorithms
Go Algorithm
Implementations of data structures & algorithms written in Golang.
Stars: ✭ 109 (-20.44%)
Mutual labels:  data-structures
J8plus
Library containing useful tools for Java 8
Stars: ✭ 23 (-83.21%)
Mutual labels:  recursion
Liblist
Generic Linked list Management Library in C
Stars: ✭ 22 (-83.94%)
Mutual labels:  linked-list
Play With Algorithm Interview
Codes of my MOOC Course <Play with Algorithm Interviews>. Updated contents and practices are also included. 我在慕课网上的课程《玩儿转算法面试》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 915 (+567.88%)
Mutual labels:  algorithms
Advanced Data Structures With Python
Python implementations of Advanced Data Structures and Algorithms. With each code, there is an associated markdown for explanation and applications of that algorithm or data structure.
Stars: ✭ 82 (-40.15%)
Mutual labels:  data-structures
Algor In Js
Various Basic Data Structures and Algorithms Implement in Javascript
Stars: ✭ 22 (-83.94%)
Mutual labels:  data-structures
Quitnow Cache
A collection to store data for a given time
Stars: ✭ 109 (-20.44%)
Mutual labels:  data-structures
Cs Books
超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
Stars: ✭ 1,215 (+786.86%)
Mutual labels:  algorithms
Fxgraphalgorithmsimulator
Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.
Stars: ✭ 22 (-83.94%)
Mutual labels:  graph-algorithms
Mazegenerator
Generate mazes of different shapes and arbitrary sizes using graph theory
Stars: ✭ 905 (+560.58%)
Mutual labels:  graph-algorithms
Sanest
sane nested dictionaries and lists for python
Stars: ✭ 19 (-86.13%)
Mutual labels:  data-structures
Algorithms
Algorithms and data structures exercises
Stars: ✭ 19 (-86.13%)
Mutual labels:  algorithms
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (+1102.19%)
Mutual labels:  algorithms
Shiyanlou
学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试
Stars: ✭ 1,909 (+1293.43%)
Mutual labels:  algorithms
React Collection Helpers
A suite of composable utility components to manipulate collections.
Stars: ✭ 109 (-20.44%)
Mutual labels:  arrays
Hands On Algorithmic Problem Solving
A middle-to-high level algorithm book designed with coding interview at heart!
Stars: ✭ 1,227 (+795.62%)
Mutual labels:  algorithms
Avax
AVAX is a small, modern and fast console application for decrypting passwords with certain options.
Stars: ✭ 19 (-86.13%)
Mutual labels:  algorithms
Ps
Problem Solving
Stars: ✭ 901 (+557.66%)
Mutual labels:  algorithms
Libphorward
C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...
Stars: ✭ 18 (-86.86%)
Mutual labels:  linked-list
Dynamic Programming
A tutorial aimed to give an understanding of common dynamic programming problems
Stars: ✭ 109 (-20.44%)
Mutual labels:  dynamic-programming
Prlib
Pre-Recognition Library - library with algorithms for improving OCR quality.
Stars: ✭ 18 (-86.86%)
Mutual labels:  algorithms
Club De Algoritmia Upiiz Ipn
Es un repositorio donde todo miembro del club puede ver tanto problemas resueltos, algoritmos como ejercicios de clase, de una manera facil
Stars: ✭ 18 (-86.86%)
Mutual labels:  algorithms
Ios tips
iOS的一些示例,持续更新中:1、AVFoundation 高仿微信相机拍摄和编辑 2、AVFoundation 人脸检测、实时滤镜、音视频编解码、GPUImage框架的使用等音视频相关内容 3、OpenGLES 4、LeetCode算法练习 5、iOS Crash防护和APM监控 6、WKWebView相关的内容 等........
Stars: ✭ 896 (+554.01%)
Mutual labels:  algorithms
Random Cut Forest By Aws
An implementation of the Random Cut Forest data structure for sketching streaming data, with support for anomaly detection, density estimation, imputation, and more.
Stars: ✭ 80 (-41.61%)
Mutual labels:  algorithms
Eter
Lightweight collections for JavaScript
Stars: ✭ 16 (-88.32%)
Mutual labels:  data-structures
Modal logic
Final Year Masters Project: modal logic solver tableaux
Stars: ✭ 16 (-88.32%)
Mutual labels:  graph-algorithms
Mygo
Leetcode、剑指offer(第二版)的Go实现😀 Come join us!🤝❤️👻
Stars: ✭ 109 (-20.44%)
Mutual labels:  algorithms
Linked List Good Taste
Linus Torvalds' linked list argument for good taste, explained
Stars: ✭ 1,223 (+792.7%)
Mutual labels:  linked-list
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+506.57%)
Mutual labels:  algorithms
301-360 of 1061 similar projects