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

DSA Basics

Rating
-
Sold
-
Pages
4
Uploaded on
18-05-2023
Written in
2022/2023

Basics of Data Structure(DSA)

Institution
Course

Content preview

DSA Basics Notes
Let's start with the basics.

Data Structures
A data structure organizes data for efficient use and is
essential for creating powerful algorithms. Another reason for
using data structures is to manage and organize data naturally.
To understand data structures’ performance, we need to look
at the wild world of computational complexity.

The abstract data type defines how a data structure should
behave and what methods it should have. However, it does not
provide the details surrounding implementing those methods.
Big O notation only cares about what happens when input
becomes arbitrarily large, ignoring things like constants and
multiplicative factors. Almost any mathematical expression
containing n can be wrapped around a Big O. If the algorithm
takes logarithmic or quadratic/cubic time, then it's represented
as the Big O of a log event.

Constant Time Algorithms
Both of the following algorithms run in constant time relative to
the input size because they are independent of n. As the input
size grows infinitely large, the loop still runs for the same
amount of time.

 Algorithm 1
 Algorithm 2
Binary Search Algorithm
A classic algorithm for binary search has a logarithmic time
complexity. This algorithm starts by creating two pointers: one
at the beginning and one at the end of the array. Then, it
selects a midpoint between the two pointers and checks if the
value being searched for is found at the midpoint. Regardless
of whether the value is found or not, it discards one-half of the
array and adjusts either the high or low pointer accordingly.

This is the first part of a two-part video series on arrays. Arrays
are fundamental building blocks for all other data structures,
and with arrays and pointers alone, it is possible to construct
nearly any data structure.

Written for

Institution
Course

Document information

Uploaded on
May 18, 2023
Number of pages
4
Written in
2022/2023
Type
Class notes
Professor(s)
Pravin dube
Contains
All classes

Subjects

$7.89
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
aryanbagane

Get to know the seller

Seller avatar
aryanbagane MIT World Peace University
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
2 year
Number of followers
0
Documents
1
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

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