GitHub topics: hash-table
Frankl1sales/Estrutura-de-Dados
Implementações baseadas na apostila de Estruturas de Dados dos Profs. Waldemar Celes e José Lucas Rangel (PUC-Rio, 2002).
Language: C - Size: 4.66 MB - Last synced at: about 15 hours ago - Pushed at: about 16 hours ago - Stars: 0 - Forks: 0

avaneev/a5hash
Ultra fast, high-quality hash function for hash-tables and hash-maps (non-cryptographic, inline C/C++) + PRNG
Language: C++ - Size: 49.8 KB - Last synced at: about 17 hours ago - Pushed at: about 19 hours ago - Stars: 14 - Forks: 0

morzhovets/momo
C++ template containers with optimized memory consumption
Language: C++ - Size: 24.7 MB - Last synced at: about 19 hours ago - Pushed at: about 20 hours ago - Stars: 12 - Forks: 2

dr-mushtaq/Natural-language-processing
This repository is a related to all about Natural Langauge Processing - an A-Z guide to the world of Data Science. This supplement contains the implementation of algorithms, statistical methods and techniques (in Python)
Language: Jupyter Notebook - Size: 1.49 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 14 - Forks: 4

microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
Language: C# - Size: 300 MB - Last synced at: 1 day ago - Pushed at: 3 days ago - Stars: 10,977 - Forks: 568

cavicf/AlgoritmosII-Faculdade
📚 Este repositório contém os códigos de aula, revisões, exercícios e trabalhos práticos realizados na disciplina de Algoritmos e Programação II. A disciplina aborda conceitos fundamentais de estrutura de dados e formas de ordenação, com foco na implementação de algoritmos eficientes e na análise de complexidade.
Language: Python - Size: 11.2 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++.
Language: C# - Size: 9.47 MB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 6,407 - Forks: 574

KaiBrito/trabalho-ED-1
Projeto em C para gerenciamento de sinônimos com comandos interativos, usando hash table e salvamento automático.
Language: C - Size: 89.8 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Stfumyguy/a5hash
Fast, high-quality hash function for hash-tables and hash-maps (non-cryptographic, inline C/C++) + PRNG
Language: C++ - Size: 10.7 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

tshakalekholoane/sip
Implements the SipHash pseudorandom function.
Language: Go - Size: 3.91 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

MKaratsioris/Data-Structures
In this repository, one can find classes for different data structures like Linked Lists, Queue, Stack, Hash Table, Tree and Graph.
Language: Python - Size: 21.5 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

mah-shamim/leet-code-in-php
Php-based LeetCode algorithm problem solutions, regularly updated.
Language: PHP - Size: 11.4 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 16 - Forks: 6

diguage/leetcode
LeetCode
Language: Java - Size: 138 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 9 - Forks: 3

husainhakim/Leetcode-Solutions
Welcome to my LeetCode repository! Explore my solutions to LeetCode programming challenges, categorized by difficulty and language. Happy coding!
Language: Python - Size: 233 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 3 - Forks: 0

williamfiset/DEPRECATED-data-structures
A collection of powerful data structures
Language: Java - Size: 172 MB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 2,876 - Forks: 1,265

AkikoAkaki/SimpleDataAnalysis_using_CustomHashTable
Java-based analysis of lung cancer patient survey data using a custom hash table implementation.
Language: Java - Size: 55.7 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

muthu-kumar-u/go-hashmap
A simple and customizable HashMap implementation in Go with support for add, get, update, delete operations, collision handling, and manual resizing. Includes internal chaining using linked lists and detailed bucket-level printing for visualization.
Language: Go - Size: 32.2 KB - Last synced at: 1 day ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0

avaneev/komihash
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG
Language: C++ - Size: 851 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 222 - Forks: 7

akrylysov/pogreb
Embedded key-value store for read-heavy workloads written in Go
Language: Go - Size: 128 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 1,329 - Forks: 94

Tessil/robin-map
C++ implementation of a fast hash map and hash set using robin hood hashing
Language: C++ - Size: 854 KB - Last synced at: 11 days ago - Pushed at: 22 days ago - Stars: 1,332 - Forks: 125

theahmedhany/LeetCode
Language: C++ - Size: 119 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

Tessil/sparse-map
C++ implementation of a memory efficient hash map and hash set
Language: C++ - Size: 710 KB - Last synced at: 12 days ago - Pushed at: 7 months ago - Stars: 344 - Forks: 37

SrujayReddy/Path-Finder
Java-based application for finding shortest walking paths around the UW–Madison campus.
Language: Java - Size: 38.1 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

explosion/preshed
💥 Cython hash tables that assume keys are pre-hashed
Language: Cython - Size: 182 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 87 - Forks: 19

Wsm2110/Faster.Map
Faster.Map is a high-performance, memory-efficient alternative to Dictionary and ConcurrentDictionary in .NET. Designed for extreme speed and scalability, it includes specialized implementations optimized for different workloads
Language: C# - Size: 28.1 MB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 114 - Forks: 7

sukogurung/data-structures
This mono-repo contains all the projects I built for my data structures course.
Language: C++ - Size: 9.77 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

ultrabug/uhashring
Full featured consistent hashing python library compatible with ketama
Language: Python - Size: 79.1 KB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 207 - Forks: 28

TheSUPERCD/Rainbow_Table_Builder
A high performance CUDA-based GPU accelerated Rainbow-Table maker (SHA-3 hash-based), written in C++ without any external libraries or dependencies needed.
Language: C++ - Size: 78.1 KB - Last synced at: 16 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

fxamacker/circlehash
CircleHash is a family of fast hashes -- CircleHash64f is ideal for short inputs, reaching 10GB/s starting at <64 bytes and 15GB/s at 256 bytes (i7-1068NG7)
Language: Go - Size: 220 KB - Last synced at: 16 days ago - Pushed at: 27 days ago - Stars: 22 - Forks: 2

beatrizsilvacarmo/a5hash
Fast, high-quality hash function for hash-tables and hash-maps (non-cryptographic, inline C/C++) + PRNG
Language: C++ - Size: 10.7 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

ghosh123jit/a5hash
Fast, high-quality hash function for hash-tables and hash-maps (non-cryptographic, inline C/C++) + PRNG
Language: C++ - Size: 10.7 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

Tessil/hopscotch-map
C++ implementation of a fast hash map and hash set using hopscotch hashing
Language: C++ - Size: 1.65 MB - Last synced at: 15 days ago - Pushed at: 7 months ago - Stars: 738 - Forks: 66

ThakurSaad/leetCode-problem-solving
A track to my problem solving journey || 𝐏𝐫𝐨𝐛𝐥𝐞𝐦 𝐒𝐨𝐥𝐯𝐢𝐧𝐠 𝐰𝐢𝐭𝐡 🅹🆂
Language: JavaScript - Size: 1.92 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

renzibei/hashtable-bench
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
Language: Jupyter Notebook - Size: 24.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 18 - Forks: 2

jvdp1/hashtable
Fortran hash tables
Language: Fortran - Size: 64.5 KB - Last synced at: 25 days ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 0

moorara/algo
Algorithms and Data Structure For Go Applications
Language: Go - Size: 1.41 MB - Last synced at: 11 days ago - Pushed at: 13 days ago - Stars: 10 - Forks: 3

cestpassion/AEDs-II
Destinado a estudantes e entusiastas que desejam aprimorar seus conhecimentos em AEDs II, neste repositório, você encontrará desde guias de comandos, compiladores, SO etc, até códigos de programas e soluções para exercícios de laboratório. O conteúdo está organizado de forma a facilitar a navegação e o aprendizado contínuo.
Language: Java - Size: 310 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

drobilla/zix
A lightweight C library of portability wrappers and data structures
Language: C - Size: 1.71 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 13 - Forks: 3

Jesusblan/hashMap-dataStructure
Creating a hash map with the lowest collision rate I can at the moment
Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

tirthajyoti/Algorithm-Data-Structures-Python
Various useful data structures in Python
Language: Jupyter Notebook - Size: 75.2 KB - Last synced at: 2 days ago - Pushed at: over 5 years ago - Stars: 38 - Forks: 36

Tessil/array-hash
C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
Language: C++ - Size: 1010 KB - Last synced at: 14 days ago - Pushed at: 7 months ago - Stars: 178 - Forks: 29

Mohammedvaraliya/Data-Structures-and-Algorithms
Data Structures and Algorithms including Linked List , Stack, Queue, Arrays, Hash Table, Search, Strings, Numbers, Trees
Language: Python - Size: 668 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 3

neil-edelman/boxes
Drag-and-drop data structure headers.
Language: C - Size: 19.2 MB - Last synced at: 12 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

MKwapisz2000/cpp-hash-table-algorithms
This project contains implementations of different hash table strategies in C++.
Language: C++ - Size: 84 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Pedro-Estevao/data-structures
Implementations in C++ of algorithms and data structures developed in the Data Structures course at Centro Universitário Barão de Mauá. Includes lists, stacks, queues, trees, graphs, hash tables, and sorting and searching algorithms.
Language: C++ - Size: 400 KB - Last synced at: 14 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

rajendrapancholi/dsa_using_cpp
This repository contains implementations of various data structures in C++. Each data structure is implemented with its basic operations, such as insertion, deletion, and traversal. The aim is to provide clear, well-documented code examples to help understand the underlying concepts and algorithms.
Language: C++ - Size: 91.8 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

VivienneForReal/git-version-control
Case study: git command implementation
Language: C - Size: 45.4 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Raynard2010/Assignment-Data-Structures
This repository contains my answers for some of my assignments for COMP6048001 - Data Structures Course. I got 98 for my assignments score.
Language: C++ - Size: 911 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Nephys/plexus
Dependency-free decentralized peer-to-peer network for storage and communication based on the Kademlia distributed hash table.
Language: JavaScript - Size: 261 KB - Last synced at: about 18 hours ago - Pushed at: about 3 years ago - Stars: 10 - Forks: 3

UnixJunkie/phashtbl
Minimalist persistent hashtbl OCaml library
Language: OCaml - Size: 23.4 KB - Last synced at: 7 days ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 0

laumbourassa/ght
Generic Hash Table (GHT) library in C
Language: C - Size: 54.7 KB - Last synced at: 12 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

mulle-c/mulle-container
🛄 Sets, hashtables, arrays and more - written in C
Language: C - Size: 1.35 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 6 - Forks: 0

Noammandelbaum/Hash-Subject
A C++ project implementing a hash table for managing topics and titles, including adding, deleting, and searching functionalities.
Language: C++ - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

neomond/LinearDataStructuresSwift
Language: Swift - Size: 106 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

quang-pham-dev/ds-a
[WIP] The repository for revising and practicing data structures and algorithms. [TODO] move to practice with python
Language: JavaScript - Size: 22.5 KB - Last synced at: 20 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

baotonglu/dash
Scalable Hashing on Persistent Memory
Language: C++ - Size: 5.06 MB - Last synced at: 2 days ago - Pushed at: about 1 year ago - Stars: 193 - Forks: 27

Sr-Souza-dev/Algorithms
My studies about algorithms C/C++
Language: C++ - Size: 4.57 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

HarshCasper/Data-Structures
An NPM Package built for Developers to get a High-Level API Access to various Data Structures 👨💻🗄️
Language: JavaScript - Size: 17.6 KB - Last synced at: 12 days ago - Pushed at: almost 5 years ago - Stars: 10 - Forks: 0

rarissimaavis/bfcounter-bloom-filter
Analisi di un tool per il conteggio dei k-mer tramite Bloom Filter
Size: 3.29 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

onesy-me/hash-table
Hash table
Language: JavaScript - Size: 45.9 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

sergeyleschev/leetcode-typescript
TOP 200 #Dev 🏆 LeetCode, Solutions in TypeScript, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+
Language: TypeScript - Size: 271 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 13 - Forks: 2

knot126/KHashTable
Single header hash table in C that maps data blobs to data blobs
Language: C - Size: 26.4 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

karel-burda/constexpr-hash-map
Compile-time single-header hash-map written in C++ 17
Language: C++ - Size: 66.4 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 3

zpnst/fast-server
Client-server application with hash table with UNIX domain sockets
Language: C++ - Size: 21.5 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

ImBIOS/lab-extract-common-letters
📝 TypeScript implementation of an algorithm to extract common characters across multiple strings, optimized for performance with O(n*k) time complexity.
Language: TypeScript - Size: 16.6 KB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

recp/ds
🔗 Common Data Structures and Algorithms
Language: C - Size: 102 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 51 - Forks: 5

hongbo-miao/leetcode
LeetCode solutions
Language: Python - Size: 730 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 199 - Forks: 53

Astrodynamic/Key-Value-Storage-Redis-in-CPP
The project is a key-value store. The project uses data structures such as hash tables, self-balancing binary search trees, and B+ trees. The code is written in C++ with CMake as a build tool. It supports sanitization, testing, coverage, formatting, and static analysis.
Language: C++ - Size: 1.13 MB - Last synced at: 18 days ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

UnixJunkie/dokeysto
The dumb OCaml key-value store
Language: OCaml - Size: 65.4 KB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 1

mj-awad17/LeetCode-Problems-Solutions
Collection of @LeetCode problems Daily Challenges and their possible solutions with different approaches along side the @leetcode @topics of DSA.Below review the LeetCode-Profile
Language: Python - Size: 652 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

sonugiri1043/Cracking-The-Coding-Interview
Solution to problems in "Cracking the Coding Interview" in C++.
Language: C++ - Size: 252 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 15

Gauranshgoel123/Leetcode-problems
Explore a curated collection of diverse coding challenges, honing problem-solving skills in a structured and organized manner. Whether you're a fellow learner or an interested observer, join the journey of mastering DSA through practical problem-solving.
Language: Java - Size: 615 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

jeremiah-joh/dslibc
Data structure library for ANSI C
Language: C - Size: 390 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

AdamWhiteHat/BloomFilter
A novel, space-efficient, probabilistic data structure for hashing a large number of values. It is similar to a hash table, but smaller because it does not need to store the entire value like HashTable and has better asymptotic performance, at the cost of possible false-positives, a likelihood that is configurable. False negatives are not possible. Best use case: Lightweight check if a value/query exists to reject needless/bogus call in place before performing a more latent or expensive request, such as a search for content or database call.
Language: C# - Size: 197 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 10 - Forks: 1

wisdommatt/go-data-structures
A collection of data structures implemented in Go.
Language: Go - Size: 46.9 KB - Last synced at: 22 days ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

Tessil/ordered-map
C++ hash map and hash set which preserve the order of insertion
Language: C++ - Size: 1010 KB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 515 - Forks: 67

cerezo074/algorithms-playgrounds
You can run some exercises from common platforms like Leetcode in a playground.
Language: Swift - Size: 4.23 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

lukaszcz/pascaladt
A library of algorithms and data structures for the Free Pascal Compiler.
Language: Pascal - Size: 387 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 4 - Forks: 1

chassisframework/partition_map
(WIP) Dynamically resizable bucketizing hash tables for Elixir
Language: Elixir - Size: 6.03 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 6 - Forks: 0

UPEV1sion/HashMap_C
A very performant, fairly lightweight HashMap implementation in C.
Language: C - Size: 445 KB - Last synced at: 7 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

myl7/oht
Oblivious 2-tier hash table C++ header-only library
Language: C++ - Size: 220 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

doominkim/althorythm
자료구조 및 알고리즘 구현
Language: JavaScript - Size: 274 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 1

prippa/libft
Library with a bunch of standard functions on C, and some my own.
Language: C - Size: 1.5 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

andreysolovyev381/hash_table_no_invalidation
C++20 hash table that never invalidates its pointers and iterators. Slightly better than std::unordered - see ./benchmark
Language: C++ - Size: 4.43 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

rehan-code/Student-Database-Program
Program that handles details about students and implements hash tables and searching
Language: Java - Size: 77.1 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

JennyKozi/Linear_Hashing
A program that uses a hash table and a 2d list in order to store and classify records
Language: C - Size: 2.1 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SReddy-96/TOP-hash-table
The Odin Project - Hash Tables project
Language: JavaScript - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

g-brrzzn/Java-College-Lessons
Done Java lessons from College
Language: Java - Size: 1.48 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

aj-talaei/Data_Structures_and_Algorithms_Specialization
This repository contains my coursework and projects completed during the Data Structures and Algorithms Specialization offered by UCSan Diego.
Language: C++ - Size: 5.7 MB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ayrton-hora/data-structures-c
Language: C - Size: 19.5 KB - Last synced at: 10 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

andrpavlou/Files-DBMS
File Search-Sorting Algorithms for DBMS
Language: C - Size: 2.35 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

nikiene/hash-table-c
in this project i will implement a hash table from scratch in C programming language.
Language: C - Size: 1.9 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Jokeren/gBolt
gBolt--very fast implementation for gSpan algorithm in data mining
Language: C++ - Size: 3.15 MB - Last synced at: 10 months ago - Pushed at: almost 4 years ago - Stars: 49 - Forks: 14

ashvardanian/HashTableBenchmark
A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world
Language: C++ - Size: 255 KB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 4

JTibs18/LeetCode
Solutions to Leetcode questions
Language: Python - Size: 961 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Tim-Quattrochi/py-word-counter
A Python implementation of a hash table data structure using the djb2 hashing algorithm. It includes methods for adding key-value pairs, inspecting the table, and iterating over items in the table. Additionally, it features a word counter
Language: Python - Size: 127 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

eesuhn/c-hash-table
Hash Structure in C
Language: C - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

zeelp741/Data-Strucutures
A collection of Data-Structures in Python
Language: Python - Size: 239 KB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

RichardMiruka/alx-low_level_programming
This repository contains multiple programs written in C for Low-Level programming track @ ALX Africa.(Holberton School)
Language: C - Size: 2.33 MB - Last synced at: 27 days ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

sergeyleschev/leetcode-swift
TOP 200 #Dev 🏆 LeetCode, Solutions in Swift, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+
Language: Swift - Size: 3.55 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 56 - Forks: 12
