All Projects → Sc → Similar Projects or Alternatives

3635 Open source projects that are alternatives of or similar to Sc

Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+240.99%)
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+19.25%)
Mutual labels:  data-structures, stack, heap, hashmap, library, queue
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-73.91%)
Mutual labels:  data-structures, vector, stack, generic, library, queue
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+2658.39%)
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+99.38%)
Mutual labels:  algorithms, stack, collections, generic, hashmap, queue
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+600.62%)
needle
📌📚 An extensive standalone data structure library for JavaScript.
Stars: ✭ 25 (-84.47%)
Mutual labels:  linked-list, stack, queue, hashmap, heap
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-24.84%)
Mutual labels:  algorithms, stack, collections, linked-list, queue
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (-22.36%)
Mutual labels:  data-structures, vector, stack, collections, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-13.66%)
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-64.6%)
Mutual labels:  stack, collections, heap, library, queue
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+188.2%)
Mutual labels:  linked-list, stack, queue, heap
Collections C
A library of generic data structures.
Stars: ✭ 2,297 (+1326.71%)
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-72.67%)
Mutual labels:  linked-list, stack, queue, heap
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 (+1900.62%)
Mutual labels:  data-structures, stack, linked-list, queue
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+46.58%)
Mutual labels:  data-structures, vector, stack, collections
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-80.75%)
Mutual labels:  linked-list, stack, queue, data-structures
Data-structures
Data Structures in Java
Stars: ✭ 13 (-91.93%)
Mutual labels:  linked-list, stack, queue, data-structures
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 (-49.07%)
Mutual labels:  data-structures, stack, linked-list, queue
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+180.12%)
Mutual labels:  algorithms, stack, heap, queue
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 (+3.11%)
Mutual labels:  stack, heap, linked-list, queue
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+281.99%)
Mutual labels:  stack, heap, linked-list, queue
Qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms
Stars: ✭ 614 (+281.37%)
Mutual labels:  vector, stack, library, queue
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 (-67.08%)
Mutual labels:  data-structures, stack, linked-list, queue
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+16.15%)
Mutual labels:  data-structures, stack, linked-list, queue
Data Structures
A collection of powerful data structures
Stars: ✭ 2,534 (+1473.91%)
Mutual labels:  data-structures, stack, heap, queue
ctl
My variant of the C Template Library
Stars: ✭ 105 (-34.78%)
Mutual labels:  stack, queue, hashmap
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-81.99%)
Mutual labels:  stack, queue, hashmap
Harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib
Stars: ✭ 18 (-88.82%)
Mutual labels:  queue, vector, hashmap
shoki
Purely functional data structures in Java
Stars: ✭ 30 (-81.37%)
Mutual labels:  stack, queue, hashmap
Golang Examples
Some examples for the programming language Go.
Stars: ✭ 14 (-91.3%)
Mutual labels:  linked-list, stack, generic
Algorithms
Data Structures & Algorithms. Includes solutions for Cracking the Coding Interview 6th Edition
Stars: ✭ 89 (-44.72%)
Mutual labels:  stack, queue, heap
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 (-59.63%)
Mutual labels:  linked-list, stack, queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+1544.72%)
Mutual labels:  stack, queue, heap
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+1060.87%)
Mutual labels:  data-structures, collections, library
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-89.44%)
Mutual labels:  linked-list, stack, queue
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 (-67.08%)
Mutual labels:  stack, queue, vector
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-78.88%)
Mutual labels:  stack, queue, heap
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-52.17%)
Mutual labels:  linked-list, stack, queue
Cs2223
This a repository for WPI CS2223 Algorithms D Term 2018
Stars: ✭ 121 (-24.84%)
Mutual labels:  stack, heap, queue
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+52.8%)
Mutual labels:  linked-list, stack, vector
hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Stars: ✭ 55 (-65.84%)
Mutual labels:  stack, queue, hashmap
AlgoDaily
just for fun
Stars: ✭ 118 (-26.71%)
Mutual labels:  linked-list, stack, queue
adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Stars: ✭ 33 (-79.5%)
Mutual labels:  linked-list, stack, heap
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+57.76%)
Mutual labels:  vector, stack, queue
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (-2.48%)
Mutual labels:  data-structures, stack, queue
Competitiveprogramming
A collection of algorithms, data structures and other useful information for competitive programming.
Stars: ✭ 475 (+195.03%)
Mutual labels:  algorithms, data-structures, library
Dsa Geeksclasses
DSA-Self Paced With Doubt Assistance Course Solutions in Python (Python 3)
Stars: ✭ 137 (-14.91%)
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+160.25%)
Mutual labels:  algorithms, stack, queue
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (+199.38%)
Mutual labels:  algorithms, heap, hashmap
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+216.77%)
Mutual labels:  stack, heap, queue
Towel
Throw in the towel.
Stars: ✭ 333 (+106.83%)
Mutual labels:  algorithms, data-structures, library
Heapify
The fastest JavaScript priority queue out there. Zero dependencies.
Stars: ✭ 520 (+222.98%)
Mutual labels:  data-structures, heap, queue
Iruka
A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹.
Stars: ✭ 625 (+288.2%)
Mutual labels:  stack, linked-list, queue
Dsa.js Data Structures Algorithms Javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
Stars: ✭ 6,251 (+3782.61%)
Mutual labels:  algorithms, data-structures, heap
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+388.82%)
Mutual labels:  algorithms, data-structures, stack
30 Seconds Of Cpp
30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
Stars: ✭ 815 (+406.21%)
Mutual labels:  algorithms, vector, queue
Lib9wada
Wonderful library with lots of useful functions, algorithms and data structures in C, link it with -l9wada
Stars: ✭ 35 (-78.26%)
Mutual labels:  algorithms, data-structures, library
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+69.57%)
Mutual labels:  data-structures, heap, linked-list
Advanced Algorithms
100+ algorithms & data structures generically implemented in C#.
Stars: ✭ 752 (+367.08%)
Mutual labels:  algorithms, data-structures, heap
1-60 of 3635 similar projects