Pinned Repositories
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
javascript-algorithms-1
💻 JavaScript implementation of different computer science algorithms.
javascript-datastructures-algorithms
:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
JS-Sorting-Algorithm
一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。
jsprit
jsprit is a java based, open source toolkit for solving rich vehicle routing problems
lago
📕 Data Structures and Algorithms library in TypeScript
Lean
Lean Algorithmic Trading Engine by QuantConnect (C#, Python, F#)
Learn-Algorithms
算法学习笔记
learn-python
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
AlgoBBA's Repositories
AlgoBBA/Ai-Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
AlgoBBA/Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
AlgoBBA/algorithms-1
Bug-tracking for Jeff's algorithms book, notes, etc.
AlgoBBA/Algorithms-4
The codes and my solutions to exercises from the book "Algorithms" (4th edition) by Robert Sedgewick and Kevin Wayne.
AlgoBBA/awesome-programming-books
📚 经典技术书籍推荐,持续更新...
AlgoBBA/awesome-resources
Awesome resources for coding and learning: open source projects, websites, books e.g.
AlgoBBA/binarytree
Python Library for Studying Binary Trees
AlgoBBA/dijkstra-cartography
Using Dijkstra's algorithm ("finding the shortest paths between nodes in a graph") to draw maps :earth_africa:.
AlgoBBA/EKAlgorithms
EKAlgorithms contains some well known CS algorithms & data structures.
AlgoBBA/illustrated-algorithms
Interactive algorithm visualizations
AlgoBBA/scalacaster
Purely Functional Algorithms and Data Structures in Scala
AlgoBBA/textdistance
Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.