Knowledge in Data Structures & algorithms

data structure lab

ptu syllabus for data structure

Design and Analysis of Algorithms

Complete notes on Design and Analysis of Algorithms

Essential Machine learning algorithms.

This PDF file containing the knowledge about the most important algorithms which is used in machine learning and artificial intelligence.

Tree for BCA student

Check out my other content

Tress (Data Structures) B-Tech(CSE) IP University

These notes are for the topic Trees in subject Data Structures(DS) in the Third Semester of BTech computer science(CSE) ie. the second year These notes are easy to understand and grasp. These will you to score good marks in the exam

unit-1 Data Structures B-Tech(CSE) IP Universithy

These notes are for the subject Data Structures(Unit-1) in the Fourth Semester of BTech computer science(CSE) ie. the second year These notes are easy to understand and grasp. These will you to score good marks in the exam

stack and queues

stack and queues complete overview with examples

DBMS INDEXING AND HASHING

Students of computer science, studying subject databases can refer to the notes below for reference and examination purpose. The attatchment includes topics of DBMS indexing and hashing such as Basic Concepts, Ordered Indices, B+-Tree Index Files, B-Tree Index Files, Static Hashing, Dynamic Hashing, Comparison of Ordered Indexing and Hashing, Index Definition in SQL, Multiple-Key Access, etc.

Design & Analysis of Algorithm

An Algorithm is a sequence of steps to solve a problem. Design and Analysis of Algorithm is very important for designing algorithm to solve different types of problems in the branch of computer science and information technology. This tutorial introduces the fundamental concepts of Designing Strategies, Complexity analysis of Algorithms, followed by problems on Graph Theory and Sorting methods. This tutorial also includes the basic concepts on Complexity theory.