Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Riya7045 authored Oct 28, 2024
1 parent 38e2558 commit ba26148
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hashmap/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ such as insertion, search, and deletion of key-value pairs. The chaining mechani

## Features
Chaining-based collision handling: Handles collisions using linked lists in each bucket.

Hashing: Uses a simple modulo-based hash function.

Operations:

Insertion of key-value pairs.

Searching for a value by its key.

Deleting key-value pairs.

Memory management: Clean up memory to avoid memory leaks.

## 1. Insertion
Expand Down

0 comments on commit ba26148

Please sign in to comment.