Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Class notes

Basic of Data Structure

Rating
-
Sold
-
Pages
66
Uploaded on
17-07-2025
Written in
2024/2025

This PDF provides comprehensive class notes on Data Structures, covering both theoretical concepts and practical implementation techniques. It includes topics such as arrays, linked lists, stacks, queues, trees, graphs, hashing, and sorting/searching algorithms. Each topic is explained with diagrams, examples, and code snippets (in C/C++/Java/Python as applicable), making it useful for quick revision and interview preparation. Ideal for computer science students and programming enthusiasts.

Show more Read less
Institution
Course

Content preview

COURSE : Data Structures and algorithms

UNIT I :Hashing

, Syllabus
⚫ Hash Table-
⚫ Concepts-
⚫ Hash function, perfect hash function , properties of
good hash function, division, multiplication, extraction,
mid-square, folding and universal ,basic operations,
bucket, collision, probe, synonym, load density, full
table, load factor,
⚫ Rehashing, issues in hashing,
⚫ Collision resolution strategies- open addressing and
chaining,
⚫ Extendible hashing
⚫ Skip List- representation, searching and operations-
2 insertion, removal

, Hash Table
⚫ Hash table is a data structure that is used to store <key
value>
Pairs

⚫ It uses a hash function to compute an index to an array in
which an element will be inserted or searched

⚫ Under reasonable assumptions the average time required to
search for an element in a hash table is O(1).



3

, Introduction
⚫ Hashing is finding an address where the data is to be
stored as well as located using a key with the help of the a
function.
⚫ Hashing is a method of directly computing the address of
the record with the help of a key by using a suitable
mathematical function called the hash function
⚫ The resulting address is used as the basis for storing and
retrieving records and this address is called as home
address of the record
⚫ For array to store a record in a hash table, hash function is
applied to the key of the record being stored, returning an
index within the range of the hash table
⚫ The item is then stored in the table of that index position 4

Written for

Institution
Course

Document information

Uploaded on
July 17, 2025
Number of pages
66
Written in
2024/2025
Type
Class notes
Professor(s)
Vaishali mam
Contains
All classes

Subjects

$8.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
prachiarsude

Get to know the seller

Seller avatar
prachiarsude Devgiri College Aurangabad
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
2 year
Number of followers
0
Documents
3
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions