linear-probing

There are 46 repositories under linear-probing topic.

  • DavidLeeds/hashmap

    Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.

    Language:C262131552
  • rigtorp/HashMap

    An open addressing linear probing hash table, tuned for delete heavy workloads

    Language:C++19714231
  • text-to-image-eval

    encord-team/text-to-image-eval

    Evaluate custom and HuggingFace text-to-image/zero-shot-image-classification models like CLIP, SigLIP, DFN5B, and EVA-CLIP. Metrics include Zero-shot accuracy, Linear Probe, Image retrieval, and KNN accuracy.

    Language:Jupyter Notebook32430
  • wgcban/mix-bt

    Official PyTorch Implementation of Guarding Barlow Twins Against Overfitting with Mixed Samples

    Language:Python13211
  • wgcban/apt

    PyTorch Implementation of Attention Prompt Tuning: Parameter-Efficient Adaptation of Pre-Trained Models for Action Recognition

    Language:Python12200
  • msindev/Data-Structures-In-C

    (Incomplete, In Continuation) Implementation of Data Structures like Stacks, Queues, etc. using C programming language

    Language:C110013
  • Vanditg/COMP-SCI-7201---Algorithm-Data-Structure-Analysis

    This repository contains assignment, tutorials, practical exam and solutions for one of my postgraduate subjects of COMP SCI 7201 - Algorithm Data Structure Analysis. The programming language is C++ and some solutions will be in Python and JAVA.

    Language:C++9202
  • landskape-ai/Reprogram_LT

    [arXiv] "Uncovering the Hidden Cost of Model Compression" by Diganta Misra, Agam Goyal, Bharat Runwal, and Pin-Yu Chen

    Language:Python7103
  • ArashAkbarinia/osculari

    Exploring and interpreting pretrained deep neural networks.

    Language:Python5300
  • Dare-marvel/Data-Structures-and-Competitive-Programming--DS-CP----

    Your one-stop GitHub repo for competitive coding and data structures! 🤖 Curated notes, practice problems, and real-world applications. Sharpen your skills and ace those interviews! 💻🔥

  • rdtaylorjr/Hash-Table-Collision-Resolution-Algorithms

    Resolves hash table collisions using linear probing, quadratic probing, and linear hashing. All data structures implemented from scratch. Optimized for efficient time and space complexity. Written in C++.

    Language:C++3200
  • ArashAkbarinia/DeepTHS

    A framework to compute threshold sensitivity of deep networks to visual stimuli.

    Language:Python2300
  • CloneLTaps/KernelHashMap

    HashMap capable of handling any type implemented in C designed to run in the Windows Kernel.

    Language:C20
  • stoneMo/SPCL

    Official codebase for "Siamese Prototypical Contrastive Learning"

    Language:Python2100
  • anserwaseem/Implementation-of-HashMap

    This is an implementation of HashMap while tackling some collision resolution techniques.

    Language:C++1100
  • anshul1004/WordPuzzle

    Finds meaningful words from a randomly generated word puzzle

    Language:Java1101
  • barannmeisterr/Trie-Data-Structures-For-String-Manipulation-And-Searching-With-Prefix-And-Suffix

    This project implements a 26-way Trie data structure to manipulate and manage strings efficiently.Then inserts all words to the trie from the given txt file.

    Language:Java1100
  • javamultiplex/data-structure

    This repository contains all the data structures and their application in Java.

    Language:Java1100
  • JulStrat/strmap

    Simple alternative to hcreate_r, hsearch_r, hdestroy_r GNU extensions

    Language:C++120
  • m4lf0rm3d/BIJLI-Hash-Table-Database

    In this project, I used CSV module to implement CRUD operations on CSV file using Python Programming Language. The CSV file has over 400,000 records of phone numbers. Searching them linearly may cause a lot of time. Therefore, I used Hash Table to search phone numbers in O(1).

    Language:Python1101
  • mushfiqur-anik/Hashtable

    This repository provides three different solutions to hashtable collisions: Linear Probing, Quadratic Probing, and Separate Chaining and tests the performances (in terms of time) of each technique.

    Language:Java1100
  • reshifr/rhi

    Container with linear probing resolver collision using LCFS-hashing.

    Language:C1100
  • StanTsky/Hashing-Using-Linear-Probing

    Hashing example; using linear probing

    Language:C++1100
  • tony-josi/generic_hash_table

    Hash Table implementation using Open addressing & Linear probing.

    Language:C1110
  • uysalemre/Analysis-Of-Algorithms-1

    Merge Sort-Insertion Sort-Heap Sort- Hash Table algorithms are included in these projects.

    Language:C++100
  • zwirgioIlredelCodice/hash_table

    simple hash table linear probing method can expand/reduce

    Language:C1100
  • barannmeisterr/ZoomDurationAnalyzer

    Java program that reads, processes, and displays attendance records in a Zoom meeting report provided as a txt file.

    Language:Java0100
  • Canyanwu/Hash-Table

    Hash Table, Dictionary, Linear Probing, Unit Testing, Sorting, Quick Sorting, Frequency ranking, ArrayList.

    Language:Python0200
  • john3794/hashing-examples

    Hashing with examples of separate chaining and linear probing.

    Language:Java0200
  • mirunamariafatu/HashTable-Open-Addressing

    A Data-Structure project that aims to count the occurrences of various strings, using a hashtable in which the collisions are handled with linear probing.

    Language:C0100
  • nikhil-jindal12/HashTable

    Contains the implementation for a basic hashtable that allows linear probing and double hashing.

    Language:Java0100
  • PolleAnker/Hashing-Algorithms

    Implementation of Hashing with collision handling, utilizing Chaining, Linear Probing, Quadratic Probing and Double Hashing.

    Language:Python0101
  • ShanM5/Warehouse-Simulator

    Have a warehouse that is made up of an array of sector objects, with each sector represented by a min binary priority queue based on the last day the products were purchased. Implemented a method that adds products into its proper sector which is dependent on their id, a restock/purchase method that increases/decreases the number of items

    Language:Java0100
  • haoranli17365/CMSC420-PhoneBook

    Implementation of Hash Table with sperate chaning and linear probing

    Language:Java20
  • l-pommeret/platonic_representation

    A repository to test the Platonic Representation Hypothesis (Isola et al. 2024) on the Tic-Tac-Toe mini-world

    Language:Python
  • RikoAppDev/binarytrees-and-hashtables

    DSA - Assignment 1 - Implementation of AVL tree, Splay tree, Hash table with chaining and Hash table with linear probing

    Language:Java