All Projects → Algods → Similar Projects or Alternatives

1177 Open source projects that are alternatives of or similar to Algods

Algo Basic
专注于分享算法,计算机基础(包括计算机网络,操作系统,MySQL等),无论是应付面试,还是提升自己地内功,这里都能帮到你
Stars: ✭ 768 (-76.69%)
Mutual labels:  algorithms, interview-questions
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 (-99.27%)
Mutual labels:  algorithms, graph-algorithms
Coding Challenges
solutions to coding challenges and algorithm and data structure building blocks
Stars: ✭ 28 (-99.15%)
Mutual labels:  algorithms, interview-questions
Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
Stars: ✭ 578 (-82.46%)
Mutual labels:  algorithms, dynamic-programming
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-99.06%)
Mutual labels:  linked-list, sorting-algorithms
Libmaths
A Python library created to assist programmers with complex mathematical functions
Stars: ✭ 72 (-97.81%)
Mutual labels:  algorithms, graph-algorithms
Coding Ninjas Data Structures And Algorithms In Python
Solved problems and assignments of DSA course taught by Coding Ninjas team
Stars: ✭ 70 (-97.88%)
Mutual labels:  algorithms, interview-questions
Ctci 6th Edition
Cracking the Coding Interview 6th Ed. Solutions
Stars: ✭ 9,328 (+183.1%)
Mutual labels:  algorithms, interview-questions
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-96.3%)
Mutual labels:  algorithms, interview-questions
Daily Coding Problem
Solutions for Daily Coding Problem.
Stars: ✭ 300 (-90.9%)
Mutual labels:  algorithms, interview-questions
Codility lessons
Codility Lesson1~Lesson17 100% solutions with Python3 除正確解答外comment裡有解題的思考過程
Stars: ✭ 87 (-97.36%)
Mutual labels:  algorithms, interview-questions
Data Structures And Algorithms
Python implementation of common algorithms and data structures interview questions
Stars: ✭ 84 (-97.45%)
Mutual labels:  algorithms, interview-questions
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (-50.02%)
Mutual labels:  algorithms, interview-questions
Jortsort
the official website for jortSorting
Stars: ✭ 112 (-96.6%)
Mutual labels:  algorithms, sort
Graphav
A Graph Algorithms Visualizer built using React, Typescript and Styled Components.
Stars: ✭ 111 (-96.63%)
Mutual labels:  algorithms, graph-algorithms
Code With Love
Open source programming algorithms
Stars: ✭ 107 (-96.75%)
Mutual labels:  algorithms, sorting-algorithms
Thealgorithms
Algorithms repository.
Stars: ✭ 122 (-96.3%)
Mutual labels:  algorithms, sorting-algorithms
Leetcode Patterns
A curated list of leetcode questions grouped by their common patterns
Stars: ✭ 3,750 (+13.81%)
Mutual labels:  algorithms, interview-questions
Leetcode In Swift
My solutions to LeetCode problems written in Swift
Stars: ✭ 150 (-95.45%)
Mutual labels:  algorithms, interview-questions
Play Leetcode
My Solutions to Leetcode problems. All solutions support C++ language, some support Java and Python. Multiple solutions will be given by most problems. Enjoy:) 我的Leetcode解答。所有的问题都支持C++语言,一部分问题支持Java语言。近乎所有问题都会提供多个算法解决。大家加油!:)
Stars: ✭ 2,216 (-32.75%)
Mutual labels:  algorithms, interview-questions
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-95.24%)
Mutual labels:  algorithms, interview-questions
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 (-98.97%)
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (-95.63%)
Mutual labels:  algorithms, interview-questions
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-84.25%)
Mutual labels:  algorithms, interview-questions
Leetcode Python
LeetCode solutions in Python2. LeetCode题解 in Python2。
Stars: ✭ 182 (-94.48%)
Mutual labels:  algorithms, interview-questions
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (-95.11%)
Mutual labels:  algorithms, linked-list
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (-5.4%)
Mutual labels:  algorithms, interview-questions
Learning
自己整理了一些网上和书籍中的知识与笔记,来应对技术面试可能遇到的一些问题,包括算法、操作系统、计算机网络、Java、C++、Python、Go。概念不是最重要的!概念不是最重要的!概念不是最重要的!练习题才是!重要的事情说三遍,概念是不是看了很多遍,看几遍忘几遍,题目做过几遍,是不是印象很深,精华是题目,笔者在大量练习后摘录了书籍、牛客网、赛码网、W3C、CSDN等各种渠道的练习题,较为基础的这里就不录入了,主要录入一些易混淆,不容易理解的题目。作者也不喜欢重复造轮子,某些知识点的解释有比较详细的博客,作者就简单引用了,只有作者觉得找不到解释较好的博客时,作者会自己写一篇然后引用,限于篇幅,具体还请点击链接详细了解。
Stars: ✭ 194 (-94.11%)
Mutual labels:  algorithms, interview-questions
Problem-Solving
This Repository consists of my solutions💡 in Python 3 to various problems in Data Structures and Algorithms.🎖️
Stars: ✭ 17 (-99.48%)
Mutual labels:  linked-list, binary-search-tree
Golang Examples
Some examples for the programming language Go.
Stars: ✭ 14 (-99.58%)
Mutual labels:  linked-list, sorting-algorithms
Algorithms Visualiser
Algorithms Visualiser is an opensource project made using ReactJS. Visualise Algorithms on Sorting, Pathfinding, Searching, Word Search, Backtracking.
Stars: ✭ 290 (-91.2%)
Mutual labels:  algorithms, sorting-algorithms
Tech Interview Handbook
💯 Curated interview preparation materials for busy engineers
Stars: ✭ 64,851 (+1868.16%)
Mutual labels:  algorithms, interview-questions
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+1565.4%)
Mutual labels:  algorithms, interview-questions
dsa
data structure and algorithm - examples and implementations
Stars: ✭ 13 (-99.61%)
Mutual labels:  linked-list, sorting-algorithms
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (-85.92%)
Mutual labels:  linked-list, sort
Advanced-Shortest-Paths-Algorithms
Java Code for Contraction Hierarchies Algorithm, A-Star Algorithm and Bidirectional Dijkstra Algorithm. Tested and Verified Code.
Stars: ✭ 63 (-98.09%)
Mutual labels:  graph-algorithms, shortest-paths
lua-graph
Graph algorithms in lua
Stars: ✭ 57 (-98.27%)
Mutual labels:  dijkstra, shortest-paths
How To Prepare For Google Interview Swe Sre
This repository includes resources which are more than sufficient to prepare for google interview if you are applying for a software engineer position or a site reliability engineer position
Stars: ✭ 251 (-92.38%)
Mutual labels:  algorithms, interview-questions
LeetCode
Solution to LeetCode Problems in Python and Golang 🎯
Stars: ✭ 12 (-99.64%)
Mutual labels:  linked-list, dynamic-programming
stablesort
Stable sort algorithms and their stability proofs in Coq
Stars: ✭ 19 (-99.42%)
Mutual labels:  mergesort, sorting-algorithms
PixelGlitch
Image glitch visualization using various Pixel Sorting methods for Processing
Stars: ✭ 25 (-99.24%)
Mutual labels:  mergesort, sort
Artificial-Intelligence-State-Space-Search
Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination
Stars: ✭ 24 (-99.27%)
Mutual labels:  dfs, search-algorithm
lua sort
Lua pure sort algorithm based on lib_table.c (from LuaJIT 2.1.0)
Stars: ✭ 21 (-99.36%)
Mutual labels:  sort, sorting-algorithms
SortingLab.jl
Faster sorting algorithms (sort and sortperm) for Julia
Stars: ✭ 20 (-99.39%)
Mutual labels:  sort, sorting-algorithms
algorithms
The All ▲lgorithms documentation website.
Stars: ✭ 114 (-96.54%)
Mutual labels:  sort, sorting-algorithms
Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (-92.35%)
Mutual labels:  algorithms, interview-questions
Differentia.js
No longer being supported or maintained. A Graph Theory & Data Structure Library for JavaScript.
Stars: ✭ 13 (-99.61%)
Learn-Data Structure-Algorithm-by-Javascript
Data Structure and Algorithm explanations with Implementations by Javascript
Stars: ✭ 55 (-98.33%)
ultra-sort
DSL for SIMD Sorting on AVX2 & AVX512
Stars: ✭ 29 (-99.12%)
Mutual labels:  sort, sorting-algorithms
Tryalgo
Algorithms and data structures for preparing programming competitions: basic and advanced
Stars: ✭ 288 (-91.26%)
Mutual labels:  algorithms, interview-questions
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (-98.03%)
Mutual labels:  linked-list, dynamic-programming
Graph-Theory
The Repository is All about the Graph Algorithms. I am Still Working On it. I am trying to Note down all the variations of Popular graph Algorithms. I am also keeping the solution to the problems of Different Online Judges according to the topic. I hope you can find it useful.
Stars: ✭ 16 (-99.51%)
Mutual labels:  graph-algorithms, dijkstra
DSA
Data Structures and Algorithms
Stars: ✭ 13 (-99.61%)
Algorithms
Short explanations and implementations of different algorithms in multiple languages
Stars: ✭ 37 (-98.88%)
Mutual labels:  sort, sorting-algorithms
Algorithms
Java implementation for Introduction to Algorithms book.
Stars: ✭ 58 (-98.24%)
js-algorithms
Computer science
Stars: ✭ 64 (-98.06%)
algorithms
Algorithms in python and C
Stars: ✭ 71 (-97.85%)
Graph-Algorithms
Everything you need to know about graph theory to ace a technical interview 🔥
Stars: ✭ 87 (-97.36%)
Sorting-Algorithms
sorting algorithms in python
Stars: ✭ 15 (-99.54%)
Mutual labels:  sort, sorting-algorithms
TeamReference
Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.
Stars: ✭ 29 (-99.12%)
61-120 of 1177 similar projects