An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: datastructure

DaleStudy/leetcode-study

🛫 리트코드 스터디

Language: Python - Size: 7.49 MB - Last synced at: about 14 hours ago - Pushed at: about 15 hours ago - Stars: 115 - Forks: 194

leahnote01/blog Fork of mmistakes/minimal-mistakes

A Daily Data-Learning Progress Record

Language: HTML - Size: 570 MB - Last synced at: about 22 hours ago - Pushed at: about 23 hours ago - Stars: 1 - Forks: 0

rajat19/interview-questions

Top interview questions

Language: Java - Size: 4.1 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 1

Abbas8984/leetcode

A collection of my solutions to LeetCode problems, written for learning, practice, and fun.

Language: JavaScript - Size: 9.77 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Tamilvendhan23/GeeksForGeeks

This repository contains solutions to various problems from GeeksForGeeks, implemented primarily in Java (80.3%), with additional solutions in Python (17.5%) and C (2.2%). Use this repository as a reference for study and practice.

Language: Java - Size: 778 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

LeetCode-OpenSource/vscode-leetcode

Solve LeetCode problems in VS Code

Language: TypeScript - Size: 11.3 MB - Last synced at: 4 days ago - Pushed at: 10 months ago - Stars: 8,353 - Forks: 669

microsoft/FluidFramework

Library for building distributed, real-time collaborative web applications

Language: TypeScript - Size: 641 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 4,831 - Forks: 549

novpath/Data-Structure

《数据结构》-课程笔记与习题解析

Language: C++ - Size: 60.6 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

JiSoo-Hwang/baekjoon-java

1일 1문제 실천을 위한 알고리즘 풀이 기록

Language: Java - Size: 18.6 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

NirmalSilwal/leetcode

Solutions of various leetcode problems

Language: Java - Size: 548 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 1

2025-cs-study/long-octopus-leg

신입 백엔드 개발자를 위한 스터디

Size: 33.8 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

Nikishita2006/Habit_Tracker

A beginner-friendly Python project to track daily habits. Supports adding, deleting, and marking tasks, shows progress with graphs, and automatically saves your data using files.

Language: Python - Size: 0 Bytes - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

ranja-sarkar/networks-graphs

A network of flight routes, your social network, knowledge graphs from text visualized with the networkx library are just different graph (directed, weighted etc.) types. Biomolecular systems such as proteins are also networks which can be visualised with VMD (visual molecular dynamics).

Language: Jupyter Notebook - Size: 6.97 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 0

Samyak2/skip-list

C++ implementation of skip list compatible with STL

Language: C++ - Size: 459 KB - Last synced at: 5 days ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 0

zhaoName/Notes

记录平时所学

Language: C - Size: 76.8 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 29 - Forks: 6

hicodebear/awesome-leetcode-algorithm

Awesome Leetcode Algorithm、Awesome Algorithm、LeetCode Solutions、Algorithm and DataStruct Tutorial (ACM金牌选手讲解《算法与数据结构》、LeetCode超清晰题解)

Size: 192 MB - Last synced at: 12 days ago - Pushed at: almost 4 years ago - Stars: 204 - Forks: 29

BaseMax/CircularLinkedListC

This is a simple implementation of a circular linked-list in C. Circular linked-lists are a type of linked-list where the last node points to the first node. This is useful for implementing queues and stacks. This implementation is a doubly linked-list, meaning that each node has a pointer to the next node and a pointer to the previous node.

Language: C - Size: 27.3 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

BaseMax/DoublyLinkedListC

This is a simple implementation of a doubly linked-list in C. Doubly linked-lists are a type of data structure that are similar to singly linked-lists, but they have a pointer to the previous node in addition to the next node. This allows for traversal in both directions.

Language: C - Size: 21.5 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

thjomnx/vectoree

A flat tree data structure written in Elixir.

Language: Elixir - Size: 201 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

CodePanda66/CSPostgraduate-408 📦

💯 CSPostgraduate 计算机考研 408 专业课资料及真题资源

Language: C++ - Size: 1.46 GB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 5,121 - Forks: 714

khatrijiraj/Leetcode-DSA-CPP

Leetcode DSA

Language: C++ - Size: 762 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

ruofeidu/DuAlgorithm

My personal code collection of algorithms, data structures, and design patterns in C++ and Python.

Language: C++ - Size: 626 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 13 - Forks: 6

microsoft/live-share-sdk

A framework for building collaborative Microsoft Teams and M365 experiences.

Language: TypeScript - Size: 46.2 MB - Last synced at: 3 days ago - Pushed at: 5 days ago - Stars: 99 - Forks: 33

Blankj/awesome-java-leetcode

:crown: LeetCode of algorithms with java solution(updating).

Language: Java - Size: 500 KB - Last synced at: 18 days ago - Pushed at: over 4 years ago - Stars: 8,714 - Forks: 1,718

kangjianwei/Data-Structure

《数据结构》-严蔚敏.吴伟民-教材源码与习题解析

Language: C - Size: 20.8 MB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 3,694 - Forks: 984

DibyadyutiDas/dsa

Language: C - Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 0

Blankj/AndroidOfferKiller

:muscle: Help you get a better offer.

Size: 80.1 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1,876 - Forks: 241

Omooo/Android-Notes

✨✨✨这有一包小鱼干,确定不要吃嘛?( 逃

Size: 164 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1,833 - Forks: 257

hirohiro-sys/baekjoon

韓国のアルゴリズムトレーニングサイトの学習録

Language: Python - Size: 233 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

hmdsefi/gograph

A golang generic graph library that provides mathematical graph-theory and algorithms.

Language: Go - Size: 148 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 85 - Forks: 8

mkirchner/hamt

A hash array-mapped trie implementation in C

Language: C - Size: 2.12 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 293 - Forks: 7

seock04/Uncertainty-Handler

This repository will have history and plan of my life as uncertainty handler

Language: C++ - Size: 41.7 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 2

huntj88/BPlusTreeMap

Thread safe in memory B+ Tree

Language: Kotlin - Size: 287 KB - Last synced at: 1 day ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 0

kowainik/treap

:leaves: :deciduous_tree: :fallen_leaf: Efficient implementation of the implicit treap data structure

Language: Haskell - Size: 65.4 KB - Last synced at: 21 days ago - Pushed at: almost 4 years ago - Stars: 62 - Forks: 1

openacid/slim

Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).

Language: Go - Size: 18.1 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1,926 - Forks: 102

Xunzhuo/Algorithm-Guide

Xunzhuo`s Tutorials of Algorithm and Data Structure 🚀🚀🚀

Language: Java - Size: 498 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 1,631 - Forks: 260

anushka23g/Learning-Made-Easy

This project can help you understand the Data Structure and Algorithms in a more efficient manner. It aims at scheduling the studies for maximizing marks during exams. Most students face this problem during exams that what to study to get the best out of their limited time.

Language: C++ - Size: 786 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 182 - Forks: 102

carleoj/ds_finalproject

My final project in Data Structures class

Language: C - Size: 2.71 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

slightlyoutofphase/staticvec

Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.

Language: Rust - Size: 1.47 MB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 267 - Forks: 20

maximilianfeldthusen/Serialize-Custom-Data-Structure

The code demonstrates how to serialize and deserialize a custom data structure (Person) using templates and standard library features.

Language: C++ - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

JelteF/defaultmap

A defaultmap for rust

Language: Rust - Size: 69.3 KB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 23 - Forks: 6

ldilley/salad

:leaves: An assortment of useful C stuff

Language: C - Size: 126 KB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

LeoVen/C-Macro-Collections

Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C

Language: C - Size: 4.35 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 558 - Forks: 40

pharo-containers/Containers-HashTable

an hashtable from moose

Language: Smalltalk - Size: 38.1 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

its-Kumar/Data_Structure_and_Algorithm

All Data Structures Implementation in C and Python programming languages. All famous Algorithms implementation in C and Python language. Dynamic Programming Algorithms.

Language: C - Size: 229 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 18 - Forks: 26

Bhardwaj-Saurabh/DSA_python

DSA explained in python for FAANG Interviews

Language: Jupyter Notebook - Size: 795 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

aegoroff/godatastruct

Implementations of various fundamental data structures as tree, stacks, queues etc. in Go

Language: Go - Size: 245 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

micopes/Algorithm

[Python/C++] 문제 풀이, 알고리즘, 자료구조, 라이브러리, 모듈 등 정리

Language: Python - Size: 965 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

dongyi-kim/10weeks-codingtest

구름EDU 10주완성 알고리즘 코딩테스트의 해설 답안집입니다

Language: Java - Size: 8.71 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 136 - Forks: 37

openacid/low

low level data type and utils in Golang.

Language: Go - Size: 337 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 84 - Forks: 10

alwqx/algorithms

Algorithm Study and Distilled 算法学习与精粹 https://git.io/algorepo

Language: Java - Size: 96.9 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

PogSmok/C-SDS

C Standard Data Structures: C++-like collection of header-only single file libraries of the most popular and useful data structures implemented using macros.

Language: C - Size: 197 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

PasserbyZzz/DataStructure

数据结构:C++语言描述(张同珍)全书代码

Language: C++ - Size: 61.9 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 12 - Forks: 0

sergv/radix-tree

Haskell implementation of the radix tree data structure

Language: Haskell - Size: 194 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 10 - Forks: 2

mjebrahimi/DotNet-Collections-Benchmark

🚀 A comprehensive performance comparison benchmark between different .NET collections.

Language: C# - Size: 5.24 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 70 - Forks: 7

codingskynet/concurrent-data-structure

Concurrent Data Structure for Rust

Language: Rust - Size: 206 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 29 - Forks: 3

csxiaoyaojianxian/JavaScriptStudy

JavaScript的学习代码总结,高级特性、数据结构、设计模式、typescript、vue、angular、react、node、webpack、weex、小程序、tensorflow…,JavaScript是世界上最好的语言!

Language: JavaScript - Size: 189 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 699 - Forks: 214

eugnsp/library

Data structures, algorithms, and C++ reference library

Size: 1.38 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 171 - Forks: 27

Chaitalykundu/Data-Structure-and-Algorithm

This repo contains the implementation of all the basic data structures and algorithms

Language: C++ - Size: 1.64 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 3

igumus/gdsa

Datastruct and Algorithms in Golang

Language: Go - Size: 19.5 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

HuangRunHua/DataStructure

中国海洋大学数据结构课程

Language: C - Size: 16.8 MB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 24 - Forks: 14

suhasbhattu/utilict

The JavaScript utility library for performing operations on all data types and data structures.

Language: TypeScript - Size: 56.6 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

AvivYaish/LazySet

A collection that tries to imitate a "lazy" difference and union of sets.

Language: Python - Size: 12.7 KB - Last synced at: 25 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

Erfan-Farahmandnejad/Linkedin-Simulation Fork of UI-DS-02/social-network-es-team

The project builds a graph-based social network to recommend connections using Depth-First Search (DFS but limited up to 5 degree) to analyze relationships up to five degrees. Recommendations prioritize shared skills, connection degrees, and user-defined preferences. Users can register, and the system dynamically updates from a JSON file.

Language: Java - Size: 167 KB - Last synced at: 26 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 1

Nishanthsriram28/Java-DSA-Documentation

This repository is dedicated to tracking progress and solutions for Apna College Sigma 5.0 And Kunal Kushwaha's DSA playlist . The sheet covers essential Data Structures and Algorithms, designed to help improve problem-solving skills in a structured manner.

Language: Java - Size: 57.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

xu6148152/Algorithm-Practice

My Althorithm Practice

Language: Java - Size: 659 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

elbywan/quadtree-lib

Efficient quadtrees library written in CoffeeScript.

Language: CoffeeScript - Size: 1.91 MB - Last synced at: 2 days ago - Pushed at: 7 months ago - Stars: 48 - Forks: 5

mimshins/utilityjs

A collection of useful javascript utility Classes, Functions, and React Hooks.

Language: TypeScript - Size: 313 KB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 27 - Forks: 3

djugei/treelike

A trait to abstract over common tree functionality

Language: Rust - Size: 71.3 KB - Last synced at: 17 days ago - Pushed at: over 5 years ago - Stars: 35 - Forks: 2

hairrrrr/C-DataStructure

严蔚敏吴伟民《数据结构》C 语言描述 案例习题详解(含代码)

Language: C - Size: 155 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 1

lindsaygelle/gomap

Gomap makes maps in Go even easier! 🗺️

Language: Go - Size: 134 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arsftri/Linked-List-Implementation

Linked List adalah struktur data dinamis yang terdiri dari sekumpulan node, di mana setiap node menyimpan data dan referensi (link) ke node berikutnya.

Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arsftri/TDA-Array2D

Array 2D adalah struktur data yang digunakan untuk menyimpan elemen dalam bentuk dua dimensi (baris dan kolom). Implementasi ini memungkinkan pengguna untuk mengakses, memodifikasi, dan melakukan operasi pada elemen-elemen dalam array 2D dengan cara yang terstruktur.

Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arsftri/TDA-Matrix

Implementasi TDA Matrix adalah struktur data dua dimensi yang digunakan untuk menyimpan elemen-elemen dalam bentuk baris dan kolom. Implementasi ini memungkinkan operasi dasar pada matrix, seperti penambahan, pengurangan, dan manipulasi elemen dalam matrix.

Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arsftri/Queue

Queue adalah struktur data yang mengikuti prinsip FIFO (First In, First Out), di mana elemen yang pertama masuk akan menjadi elemen pertama yang keluar.

Language: Jupyter Notebook - Size: 2.93 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arsftri/Postfix-Stack-Application

Postfix (Notasi Polonesa Balik) adalah bentuk penulisan ekspresi matematika di mana operator ditempatkan setelah operan, sehingga tidak memerlukan tanda kurung untuk menentukan prioritas operasi.

Language: Jupyter Notebook - Size: 1.95 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arsftri/Dimensional-Array

Abstract Data Type (ADT) Array menggunakan modul ctypes untuk simulasi alokasi memori statik. Kode ini mencakup pembuatan kelas Array, pengisian data, manipulasi elemen array, serta kemampuan melakukan operasi aritmatika antar array.

Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arsftri/TDA-Stack

Tipe Data Abstrak (TDA) Stack dalam Python adalah struktur data yang bekerja berdasarkan prinsip LIFO (Last In, First Out), di mana elemen yang dimasukkan terakhir akan diambil pertama kali.

Language: Jupyter Notebook - Size: 2.93 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

arsftri/BinaryTree

Proyek ini mencakup pembuatan pohon biner, traversal (preorder, inorder, postorder), serta operasi dasar seperti penambahan dan penghapusan node. Dokumentasi ini bertujuan untuk membantu pemahaman konsep struktur data pohon biner serta penerapannya dalam pemrograman.

Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

dharmapra2/JAVA

Pratice DSA with java

Language: Java - Size: 126 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 1

Joao-Lucas-de-Oliveira-Lima/binary-tree-c

This project uses a binary tree to read, represent, and evaluate mathematical equations from a text file.

Language: C - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

nishant-sethi/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

Language: HTML - Size: 854 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 96 - Forks: 40

guswns3371/backend-cs-interview

CS 정리 레포입니다.

Size: 13.1 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 1

Nicetocupro/DataStructures

My DataStructures

Language: C - Size: 38.6 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

fuyusakaiori/algorithm-and-datastructure

Leetcode: Java/Golang

Language: Java - Size: 818 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

DevRezaur/data-stucture-algorithm

Data Structure & Algorithm Using Java

Language: Java - Size: 58.6 KB - Last synced at: 9 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

guycipher/lsmt

Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package

Language: Go - Size: 178 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 33 - Forks: 1

DangoSky/algorithm

算法和数据结构练习(Leetcode)

Language: JavaScript - Size: 2.26 MB - Last synced at: 1 day ago - Pushed at: about 5 years ago - Stars: 166 - Forks: 67

dloskutov/go-algorithms

Algorithms and Data Structures in GoLang.

Language: Go - Size: 104 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

guycipher/btree

A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.

Language: Go - Size: 126 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 81 - Forks: 3

hqingLau/leetcode

✨ Leetcode图解,解可解,非常解!

Size: 1.01 MB - Last synced at: 12 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

weitieda/swift-algorithms

👨‍💻 Solve LeetCode and HackerRank problems in Swift, covered by Unit Test.

Language: Swift - Size: 2.22 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

29thnight/LinkedListLib

A simple, lightweight C++ implementation of a doubly-linked list designed for efficient management and traversal of custom objects using LinkProperty.

Language: C++ - Size: 22.5 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

nevoland/unchangeable

🧊 Tools for immutable values.

Language: TypeScript - Size: 1.54 MB - Last synced at: 7 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

bzdgn/c-stack-implementation

A Simple Stack Implmentation on C

Language: C - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 1

Stebalien/stash-rs

A fast map for when one doesn't care about choosing the keys.

Language: Rust - Size: 903 KB - Last synced at: 7 days ago - Pushed at: 8 months ago - Stars: 26 - Forks: 3

phf/go-queue

Queue data structure for Go; SAY NO TO GITHUB

Language: Go - Size: 63.5 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 129 - Forks: 22

frankbearzou/LeetCode

Provide LeetCode Solutions

Language: Java - Size: 2.96 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

typed-immutable/typed-immutable

Immutable and structurally typed data

Language: JavaScript - Size: 80.1 KB - Last synced at: 1 day ago - Pushed at: almost 7 years ago - Stars: 263 - Forks: 10

Birhanachalew/A2SV_competitive-programming

A2SV_COMPITETIVE_PROGRAM

Language: Python - Size: 208 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0