My Presentations
Access my SlideShare public profile.
Data Structures
A. Satapathy
Algorithm Specification and Data Abstraction
Characteristics of an algorithm. rules for design and analysis of an algorithm. Abstract data type and its necessity in a program.
[BibTeX] [PPT]@misc{satapathy2022algorithm, author = {Ashutosh Satapathy}, title = {Algorithm Specification and Data Abstraction}, howpublished = {Lecture slides}, year = {2022}, month = September, institution = {Velagapudi Ramakrishna Siddhartha Engineering College}, address = {Vijayawada, India} }A. Satapathy
Time and Space Complexity
Asymptotic notations and their limit definitions. Growth of functions and types of time complexities. Time and space complexity analysis
[BibTeX] [PPT]@misc{satapathy2022time, author = {Ashutosh Satapathy}, title = {Time and Space Complexity}, howpublished = {Lecture slides}, year = {2022}, month = September, institution = {Velagapudi Ramakrishna Siddhartha Engineering College}, address = {Vijayawada, India} }A. Satapathy
Searching and Sorting Algorithms
Introduction to searching and sorting algorithms. Searching algorithms and complexity analysis. Basic iterative sorting and complexity analysis
[BibTeX] [PPT]@misc{satapathy2024searching, author = {Ashutosh Satapathy}, title = {Searching and Sorting Algorithms}, howpublished = {Lecture slides}, year = {2024}, month = March, institution = {Velagapudi Ramakrishna Siddhartha Engineering College}, address = {Vijayawada, India} }A. Satapathy
Introduction to Data Structures
Introduction to data structures and their types. Linear data structures - array, stack, queue and linked list. Non-linear data structures - tree and graph
[BibTeX] [PPT]@misc{satapathy2024dsintro, author = {Ashutosh Satapathy}, title = {Introduction to Data Structures}, howpublished = {Lecture slides}, year = {2024}, month = March, institution = {Velagapudi Ramakrishna Siddhartha Engineering College}, address = {Vijayawada, India} }A. Satapathy
Linked List Data Structures
Linked List. Single Linked List. Double Linked List. Circular Linked List. Applications
[BibTeX] [PPT]@misc{satapathy2024linkedlist, author = {Ashutosh Satapathy}, title = {Linked List Data Structures}, howpublished = {Lecture slides}, year = {2024}, month = March, institution = {Velagapudi Ramakrishna Siddhartha Engineering College}, address = {Vijayawada, India} }