All Projects → flist → Similar Projects or Alternatives

59 Open source projects that are alternatives of or similar to flist

Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (+103.7%)
Mutual labels:  linked-list
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 (+433.33%)
Mutual labels:  linked-list
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+811.11%)
Mutual labels:  linked-list
AlgoDaily
just for fun
Stars: ✭ 118 (+337.04%)
Mutual labels:  linked-list
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+185.19%)
Mutual labels:  linked-list
Java
"Always choose a lazy person to get the job done. A lazy person will always find the easy way out."
Stars: ✭ 16 (-40.74%)
Mutual labels:  linked-list
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (+62.96%)
Mutual labels:  linked-list
Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: ✭ 30 (+11.11%)
Mutual labels:  linked-list
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 (+140.74%)
Mutual labels:  linked-list
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-37.04%)
Mutual labels:  linked-list
Libft
42 library of basic C functions - queues, lists, memory operations and more 😄
Stars: ✭ 21 (-22.22%)
Mutual labels:  linked-list
LinkedList
An implementation of the Doubly Linked List in C++
Stars: ✭ 16 (-40.74%)
Mutual labels:  linked-list
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-7.41%)
Mutual labels:  linked-list
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (+218.52%)
Mutual labels:  linked-list
LeetCode
Solution to LeetCode Problems in Python and Golang 🎯
Stars: ✭ 12 (-55.56%)
Mutual labels:  linked-list
concurrent-ll
concurrent linked list implementation
Stars: ✭ 66 (+144.44%)
Mutual labels:  linked-list
DSA--GeeksForGeeks
DSA course solutions in C++ Jump to below directly for more problems
Stars: ✭ 47 (+74.07%)
Mutual labels:  linked-list
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+100%)
Mutual labels:  linked-list
interview-cookbook
A playground for learning DataStructures, Algorithms, and Object-Oriented Concepts.
Stars: ✭ 25 (-7.41%)
Mutual labels:  linked-list
dsa
data structure and algorithm - examples and implementations
Stars: ✭ 13 (-51.85%)
Mutual labels:  linked-list
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+1618.52%)
Mutual labels:  linked-list
Heisenberg
Chemical Structure Builder with Swift & iOS ⚛️🧪
Stars: ✭ 51 (+88.89%)
Mutual labels:  linked-list
Dashboard
A collection of open source projects relevant for industrial ecology practitioners, hosted on GitHub and beyond
Stars: ✭ 107 (+296.3%)
Mutual labels:  linked-list
Golang Examples
Some examples for the programming language Go.
Stars: ✭ 14 (-48.15%)
Mutual labels:  linked-list
Problem-Solving
This Repository consists of my solutions💡 in Python 3 to various problems in Data Structures and Algorithms.🎖️
Stars: ✭ 17 (-37.04%)
Mutual labels:  linked-list
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+592.59%)
Mutual labels:  linked-list
Algo Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Stars: ✭ 166 (+514.81%)
Mutual labels:  linked-list
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (+514.81%)
Mutual labels:  linked-list
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+496.3%)
Mutual labels:  linked-list
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+414.81%)
Mutual labels:  linked-list
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (+407.41%)
Mutual labels:  linked-list
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (+348.15%)
Mutual labels:  linked-list
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (+348.15%)
Mutual labels:  linked-list
Interviewbit
InterviewBit Solutions
Stars: ✭ 117 (+333.33%)
Mutual labels:  linked-list
Plf list
A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average. 20-24% speed increase in use-case testing.
Stars: ✭ 98 (+262.96%)
Mutual labels:  linked-list
Python3 data structures
Code from Youtube Tutorial Series
Stars: ✭ 90 (+233.33%)
Mutual labels:  linked-list
Data Structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
Stars: ✭ 82 (+203.7%)
Mutual labels:  linked-list
Linked List Good Taste
Linus Torvalds' linked list argument for good taste, explained
Stars: ✭ 1,223 (+4429.63%)
Mutual labels:  linked-list
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+4077.78%)
Mutual labels:  linked-list
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 (+96.3%)
Mutual labels:  linked-list
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (+29.63%)
Mutual labels:  linked-list
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 (+18.52%)
Mutual labels:  linked-list
Liblist
Generic Linked list Management Library in C
Stars: ✭ 22 (-18.52%)
Mutual labels:  linked-list
Libphorward
C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...
Stars: ✭ 18 (-33.33%)
Mutual labels:  linked-list
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+2214.81%)
Mutual labels:  linked-list
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+2177.78%)
Mutual labels:  linked-list
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+1933.33%)
Mutual labels:  linked-list
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+16348.15%)
Mutual labels:  linked-list
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+1311.11%)
Mutual labels:  linked-list
Data Structures
Go datastructures.
Stars: ✭ 336 (+1144.44%)
Mutual labels:  linked-list
Algods
Implementation of Algorithms and Data Structures, Problems and Solutions
Stars: ✭ 3,295 (+12103.7%)
Mutual labels:  linked-list
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (+1033.33%)
Mutual labels:  linked-list
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+911.11%)
Mutual labels:  linked-list
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 (+11829.63%)
Mutual labels:  linked-list
lazy-linked-lists
Lazy and infinite linked lists for JavaScript.
Stars: ✭ 14 (-48.15%)
Mutual labels:  linked-list
Data-structures
Data Structures in Java
Stars: ✭ 13 (-51.85%)
Mutual labels:  linked-list
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (+14.81%)
Mutual labels:  linked-list
adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Stars: ✭ 33 (+22.22%)
Mutual labels:  linked-list
algorithm coding
推荐算法、相似度算法、布隆过滤器、均值算法、一致性Hash、数据结构、leetcode练习
Stars: ✭ 30 (+11.11%)
Mutual labels:  linked-list
1-59 of 59 similar projects