All Projects → Ivy → Similar Projects or Alternatives

578 Open source projects that are alternatives of or similar to Ivy

Thealgorithms
Algorithms repository.
Stars: ✭ 122 (+31.18%)
Mutual labels:  algorithm, sorting-algorithms
Python
All Algorithms implemented in Python
Stars: ✭ 125,688 (+135048.39%)
Mutual labels:  algorithm, sorting-algorithms
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+101.08%)
Mutual labels:  algorithm, sorting-algorithms
Cosmos
Hacktoberfest 2021 | World's largest Contributor driven code dataset | Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter |
Stars: ✭ 12,936 (+13809.68%)
Mutual labels:  algorithm, sorting-algorithms
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+17230.11%)
Mutual labels:  algorithm, sorting-algorithms
Sorting Algorithms Visualizer
Program made with Python and Pygame module for visualizing sorting algorithms
Stars: ✭ 137 (+47.31%)
Mutual labels:  algorithm, 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 (+3363.44%)
Mutual labels:  algorithm, sorting-algorithms
Js Sorting Algorithm
一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。
Stars: ✭ 4,507 (+4746.24%)
Mutual labels:  algorithm, sorting-algorithms
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (+43.01%)
Mutual labels:  algorithm, sorting-algorithms
Algorithms
A collection of algorithms and data structures
Stars: ✭ 11,553 (+12322.58%)
Mutual labels:  algorithm, sorting-algorithms
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+309.68%)
Mutual labels:  algorithm, sorting-algorithms
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+4675.27%)
Mutual labels:  algorithm, sorting-algorithms
Data Structure And Algorithms With Es6
Data Structures and Algorithms using ES6
Stars: ✭ 594 (+538.71%)
Mutual labels:  algorithm, sorting-algorithms
Hackerrank
This is the Repository where you can find all the solution of the Problems which you solve on competitive platforms mainly HackerRank and HackerEarth
Stars: ✭ 68 (-26.88%)
Mutual labels:  algorithm
Blog
Life is a moment 📔
Stars: ✭ 1,236 (+1229.03%)
Mutual labels:  algorithm
Books
Awesome Books
Stars: ✭ 66 (-29.03%)
Mutual labels:  algorithm
Mabalgs
👤 Multi-Armed Bandit Algorithms Library (MAB) 👮
Stars: ✭ 67 (-27.96%)
Mutual labels:  algorithm
Codejam
Codejam, apac, kickstart, I/O for Women... 2017, 2016, 2015, 2014... All solutions here!
Stars: ✭ 85 (-8.6%)
Mutual labels:  algorithm
Algorithmic Toolbox San Diego
✔ My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera ( University of California San Diego ) With "Go In Depth" Part Which Contains More Details With Each of The Course Topics
Stars: ✭ 78 (-16.13%)
Mutual labels:  algorithm
Advancedeast
AdvancedEAST is an algorithm used for Scene image text detect, which is primarily based on EAST, and the significant improvement was also made, which make long text predictions more accurate.https://github.com/huoyijie/raspberrypi-car
Stars: ✭ 1,139 (+1124.73%)
Mutual labels:  algorithm
Traclusalgorithm
This is an implementation for TraClus algorithm in Java. A GUI was added.
Stars: ✭ 64 (-31.18%)
Mutual labels:  algorithm
Hacktoberfest
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 78 (-16.13%)
Mutual labels:  algorithm
Miniselect
Selection and partial sorting algorithms
Stars: ✭ 61 (-34.41%)
Mutual labels:  sorting-algorithms
Kactl
KTH Algorithm Competition Template Library (... eller KTHs AC-tillverkande lapp)
Stars: ✭ 1,106 (+1089.25%)
Mutual labels:  algorithm
Torchrl
Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)
Stars: ✭ 90 (-3.23%)
Mutual labels:  algorithm
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 (+1236.56%)
Mutual labels:  algorithm
Fastutil
fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Stars: ✭ 1,204 (+1194.62%)
Mutual labels:  sorting-algorithms
Quicksort Js
An implementation of Quicksort in JavaScript/TypeScript.
Stars: ✭ 60 (-35.48%)
Mutual labels:  sorting-algorithms
Sobel
Sobel Filter algorithm in JavaScript.
Stars: ✭ 69 (-25.81%)
Mutual labels:  algorithm
Algorithms
Port of http://stoimen.com/blog series of algorithms on github
Stars: ✭ 81 (-12.9%)
Mutual labels:  algorithm
Usaco
General Resources for Competitive Programming
Stars: ✭ 1,152 (+1138.71%)
Mutual labels:  algorithm
Ml
A high-level machine learning and deep learning library for the PHP language.
Stars: ✭ 1,270 (+1265.59%)
Mutual labels:  algorithm
Mono React
Create React from zero series
Stars: ✭ 67 (-27.96%)
Mutual labels:  algorithm
Hacktoberfest Projecteuler
This repo contains solutions for projecteuler problems in multiple languages. Specially created for newcomers to contribute as part of Hacktoberfest Challenge.
Stars: ✭ 78 (-16.13%)
Mutual labels:  algorithm
Halfrost Field
✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地
Stars: ✭ 10,414 (+11097.85%)
Mutual labels:  algorithm
Connected Components 3d
Connected components on multilabel 3D & 2D images. Handles 26, 18, and 6 connected variants.
Stars: ✭ 90 (-3.23%)
Mutual labels:  algorithm
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+1113.98%)
Mutual labels:  algorithm
Codinginterviews2 Bypython
此项目是《剑指offer》第二版里算法面试题的Python3实现版本,作为一本经典书籍,可以时常拿出来看一看、翻一翻、记一记。同时也是为了Python程序员能够更好的通过公司的技术面试,拿到心仪的offer。
Stars: ✭ 78 (-16.13%)
Mutual labels:  algorithm
Algorithms Cheatsheet Resources
🤓All the geeky stuffs you need to know at one place!
Stars: ✭ 60 (-35.48%)
Mutual labels:  algorithm
Sortingalgorithm.hayateshiki
Hayate-Shiki is an improved merge sort algorithm with the goal of "faster than quick sort".
Stars: ✭ 84 (-9.68%)
Mutual labels:  algorithm
Dijkstra Cartography
Using Dijkstra's algorithm ("finding the shortest paths between nodes in a graph") to draw maps 🌍.
Stars: ✭ 1,112 (+1095.7%)
Mutual labels:  algorithm
Jsprit
jsprit is a java based, open source toolkit for solving rich vehicle routing problems
Stars: ✭ 1,208 (+1198.92%)
Mutual labels:  algorithm
Boj Autocommit
When you solve the problem of Baekjoon Online Judge, it automatically commits and pushes to the remote repository.
Stars: ✭ 60 (-35.48%)
Mutual labels:  algorithm
Swiftaa
The most comprehensive collection of accurate astronomical algorithms in (C++, Objective-C and) Swift.
Stars: ✭ 91 (-2.15%)
Mutual labels:  algorithm
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 (-36.56%)
Mutual labels:  sorting-algorithms
Anticrawlersolution
It covers the blockade principle of most anti-climbing strategies and corresponding solutions.👽👽👽👽(涵盖了大部分的反爬策略的封锁原理以及对应的解决方案。)
Stars: ✭ 77 (-17.2%)
Mutual labels:  algorithm
Bitp0wn
Algorithms to re-compute a private key, to fake signatures and some other funny things with Bitcoin.
Stars: ✭ 59 (-36.56%)
Mutual labels:  algorithm
Lgenerics
Generic algorithms and data structures for Lazarus/Free Pascal
Stars: ✭ 59 (-36.56%)
Mutual labels:  algorithm
Data processor
数据algorithm & 分析算法
Stars: ✭ 83 (-10.75%)
Mutual labels:  sorting-algorithms
Algorithms Hacktoberfest
Write Algorithm in any language and contribute to HacktoberFest
Stars: ✭ 77 (-17.2%)
Mutual labels:  algorithm
Overhead Camera People Counter
People counting algorithm using an overhead video camera
Stars: ✭ 58 (-37.63%)
Mutual labels:  algorithm
Awesome Java Leetcode
👑 LeetCode of algorithms with java solution(updating).
Stars: ✭ 8,297 (+8821.51%)
Mutual labels:  algorithm
Libqsbr
QSBR and EBR library
Stars: ✭ 76 (-18.28%)
Mutual labels:  algorithm
Study
Algorithm / Book Reviews / Interview / ETC
Stars: ✭ 58 (-37.63%)
Mutual labels:  algorithm
Pathfinding Lab
Run, test and compare all algorithms and heuristic functions
Stars: ✭ 58 (-37.63%)
Mutual labels:  algorithm
Acm Icpc Algorithms
Algorithms used in Competitive Programming
Stars: ✭ 1,281 (+1277.42%)
Mutual labels:  algorithm
Supercluster
A very fast geospatial point clustering library for browsers and Node.
Stars: ✭ 1,246 (+1239.78%)
Mutual labels:  algorithm
Normcorre
Matlab routines for online non-rigid motion correction of calcium imaging data
Stars: ✭ 75 (-19.35%)
Mutual labels:  algorithm
Pymorton
A lightweight and efficient Python Morton encoder with support for geo-hashing
Stars: ✭ 55 (-40.86%)
Mutual labels:  sorting-algorithms
Interview Guide
Coding/technical interview guide: data structures, algorithms, complexity analyses, interview questions
Stars: ✭ 54 (-41.94%)
Mutual labels:  algorithm
1-60 of 578 similar projects