All Projects → Fastutil → Similar Projects or Alternatives

108 Open source projects that are alternatives of or similar to Fastutil

100daysofDSA
Problem-solving
Stars: ✭ 25 (-97.92%)
Mutual labels:  sorting-algorithms
Sorting-Algorithms
Sorting algorithms in multiple languages.
Stars: ✭ 112 (-90.7%)
Mutual labels:  sorting-algorithms
Ruby.fundamental
📚 Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structures, algorithms. Books for reading. Repo for website https://github.com/khusnetdinov/betterdocs
Stars: ✭ 391 (-67.52%)
Mutual labels:  sorting-algorithms
python3-algorithms
Python3 数据结构与算法的介绍及应用。1. 数据结构:数组、链表、栈、队列、树、堆、图; 2. 典型排序算法:冒泡排序、选择排序、插入排序、希尔排序、堆排序、归并排序、快速排序、桶排序、计数排序、基数排序; 3. 查找算法: 顺序查找、二分查找、哈希表查找、二叉查找树、平衡二叉查找树(AVL树、红黑树)、平衡多路查找树(B树、B+树);4. LeetCode 和《剑指Offer》刷题、多种方法的题解
Stars: ✭ 70 (-94.19%)
Mutual labels:  sorting-algorithms
Algorithms
Java implementation for Introduction to Algorithms book.
Stars: ✭ 58 (-95.18%)
Mutual labels:  sorting-algorithms
Js Sorting Algorithm
一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。
Stars: ✭ 4,507 (+274.34%)
Mutual labels:  sorting-algorithms
VisualizingSorts
Visualize sorting algorithms
Stars: ✭ 21 (-98.26%)
Mutual labels:  sorting-algorithms
Gpusorting
Implementation of a few sorting algorithms in OpenCL
Stars: ✭ 9 (-99.25%)
Mutual labels:  sorting-algorithms
Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: ✭ 30 (-97.51%)
Mutual labels:  sorting-algorithms
Algods
Implementation of Algorithms and Data Structures, Problems and Solutions
Stars: ✭ 3,295 (+173.67%)
Mutual labels:  sorting-algorithms
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-97.43%)
Mutual labels:  sorting-algorithms
Sorting-Algorithms
sorting algorithms in python
Stars: ✭ 15 (-98.75%)
Mutual labels:  sorting-algorithms
Ruby
All algorithms implemented in Ruby
Stars: ✭ 454 (-62.29%)
Mutual labels:  sorting-algorithms
alvito
Alvito - An Algorithm Visualization Tool for Python
Stars: ✭ 52 (-95.68%)
Mutual labels:  sorting-algorithms
Kxsort
Fast in-place radix sort with STL-like API
Stars: ✭ 35 (-97.09%)
Mutual labels:  sorting-algorithms
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (-92.86%)
Mutual labels:  sorting-algorithms
Cracking The Coding Interview
📚 C++ and Python solutions with automated tests for Cracking the Coding Interview 6th Edition.
Stars: ✭ 396 (-67.11%)
Mutual labels:  sorting-algorithms
common-algorithms-js
Common algorithms implemented in JavaScript.
Stars: ✭ 34 (-97.18%)
Mutual labels:  sorting-algorithms
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (-95.6%)
Mutual labels:  sorting-algorithms
Sorting-Algorithms
All information about sorting algorithm you need and you can visualize the code tracer
Stars: ✭ 13 (-98.92%)
Mutual labels:  sorting-algorithms
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (-68.36%)
Mutual labels:  sorting-algorithms
FunUtils
Some codes i wrote to help me with me with my daily errands ;)
Stars: ✭ 43 (-96.43%)
Mutual labels:  sorting-algorithms
The Uplift Project Dsa
Stars: ✭ 20 (-98.34%)
Mutual labels:  sorting-algorithms
LearnedSort
Learned Sort: a model-enhanced sorting algorithm
Stars: ✭ 74 (-93.85%)
Mutual labels:  sorting-algorithms
Leetcode Solutions With Java And Kotlin
LeetCode 系列题解, 在线阅读 https://offer.hi-dhl.com
Stars: ✭ 266 (-77.91%)
Mutual labels:  sorting-algorithms
py-algorithms
Algorithms and Data Structures, solutions to common CS problems.
Stars: ✭ 26 (-97.84%)
Mutual labels:  sorting-algorithms
programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
Stars: ✭ 60 (-95.02%)
Mutual labels:  sorting-algorithms
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (-57.64%)
Mutual labels:  sorting-algorithms
Java-Questions-and-Solutions
This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
Stars: ✭ 34 (-97.18%)
Mutual labels:  sorting-algorithms
Learn some algorithm and data structure
从零开始回顾一下最简单最基础的算法与数据结构
Stars: ✭ 38 (-96.84%)
Mutual labels:  sorting-algorithms
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 (-88.04%)
Mutual labels:  sorting-algorithms
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+289.04%)
Mutual labels:  sorting-algorithms
DSA
Data Structures and Algorithms
Stars: ✭ 13 (-98.92%)
Mutual labels:  sorting-algorithms
Pymorton
A lightweight and efficient Python Morton encoder with support for geo-hashing
Stars: ✭ 55 (-95.43%)
Mutual labels:  sorting-algorithms
42-push swap
📚 Sorting algorithm using only two stacks
Stars: ✭ 17 (-98.59%)
Mutual labels:  sorting-algorithms
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+268.85%)
Mutual labels:  sorting-algorithms
Sorting-Algorithm-Visualizer
🌌 A Sorting Algorithms Visualizer built using ReactJS
Stars: ✭ 12 (-99%)
Mutual labels:  sorting-algorithms
Coding Ninjas Java Solutions
This will have solutions to all the problems that are included in Coding Ninja's 2020 Java Course. Star the repo if you like it.
Stars: ✭ 32 (-97.34%)
Mutual labels:  sorting-algorithms
Python
Repository for Python codes and algos. Star the repo too.
Stars: ✭ 102 (-91.53%)
Mutual labels:  sorting-algorithms
Interview
Data Structures and Algorithms in Java (useful in interview process)
Stars: ✭ 396 (-67.11%)
Mutual labels:  sorting-algorithms
Nodorithm
NPM package for algorithms.
Stars: ✭ 22 (-98.17%)
Mutual labels:  sorting-algorithms
Quicksort Js
An implementation of Quicksort in JavaScript/TypeScript.
Stars: ✭ 60 (-95.02%)
Mutual labels:  sorting-algorithms
Sort-Algorithm-Visualiser
A sort algorithm visualisation GUI, created using Java and the Swing framework.
Stars: ✭ 58 (-95.18%)
Mutual labels:  sorting-algorithms
Twitter Sort
🐦 Sort numbers with some help from the Twitter API
Stars: ✭ 384 (-68.11%)
Mutual labels:  sorting-algorithms
Fortress-of-Solitude
This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom data in elements. Custom data in detail, other fantastic resources.
Stars: ✭ 53 (-95.6%)
Mutual labels:  sorting-algorithms
Sorting
🍡 Visualize the process of sorting algorithms simply
Stars: ✭ 24 (-98.01%)
Mutual labels:  sorting-algorithms
Automation-using-Shell-Scripts
Development Automation using Shell Scripting.
Stars: ✭ 41 (-96.59%)
Mutual labels:  sorting-algorithms
Algorithms.js
Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript
Stars: ✭ 3,322 (+175.91%)
Mutual labels:  sorting-algorithms
js-algorithms
Computer science
Stars: ✭ 64 (-94.68%)
Mutual labels:  sorting-algorithms
Algorithm Notes
Comprehensive algorithms solution to help engineers prepare their interviews and future study
Stars: ✭ 44 (-96.35%)
Mutual labels:  sorting-algorithms
Coding-Ninjas-Problem-Solving-Using-Python
This will have all the solutions to the Problem Solving Using Python Programming course's problems by Coding ninjas. Star the repo if you like it.
Stars: ✭ 45 (-96.26%)
Mutual labels:  sorting-algorithms
Algorithms Visualiser
Algorithms Visualiser is an opensource project made using ReactJS. Visualise Algorithms on Sorting, Pathfinding, Searching, Word Search, Backtracking.
Stars: ✭ 290 (-75.91%)
Mutual labels:  sorting-algorithms
Algorithms
Short explanations and implementations of different algorithms in multiple languages
Stars: ✭ 37 (-96.93%)
Mutual labels:  sorting-algorithms
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (-37.54%)
Mutual labels:  sorting-algorithms
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 (+167.52%)
Mutual labels:  sorting-algorithms
Miniselect
Selection and partial sorting algorithms
Stars: ✭ 61 (-94.93%)
Mutual labels:  sorting-algorithms
Coretran
An easy to follow library to make Fortran easier in general with wrapped interfaces, sorting routines, kD-Trees, and other algorithms to handle scientific data and concepts. The library contains core fortran routines and object-oriented classes.
Stars: ✭ 59 (-95.1%)
Mutual labels:  sorting-algorithms
Sort Visualizer
This is a web app built to visualize classic sorting algorithms such as insertion sort, merge sort, quick sort, heap sort, etc. The entire app is built with only React; no other third-party JS or CSS library has been used.
Stars: ✭ 41 (-96.59%)
Mutual labels:  sorting-algorithms
Data Structure And Algorithms With Es6
Data Structures and Algorithms using ES6
Stars: ✭ 594 (-50.66%)
Mutual labels:  sorting-algorithms
Sorting visualization
The Sound of Sorting: Visualize and Audibilize 12 classic sorting algorithms in real time
Stars: ✭ 260 (-78.41%)
Mutual labels:  sorting-algorithms
1-60 of 108 similar projects