Skip to main content

DATA STRUCTURE(THEORY)


DATA STRUCTURE

Data Structure is a way of collecting and organising data in such a way that we can perform operations on these data in an effective way. Data Structures is about rendering data elements in terms of some relationship, for better organization and storage.

NOTES :

UNIT 1  Introduction to Data Structures & Algorithms

              UNIT 1 NOTES     
 
UNIT 2 Sorting and searching algorithms      
                 
              UNIT 2 NOTES                  

                                     practicals :
                                      Searching Algorithms
                                      Sorting Algorithms
UNIT 3 Hashing

             UNIT 3 NOTES                      
                 
                                     practicals :
                                          Hashing functions

UNIT 4 Linear Data  Structures

              UNIT 4 NOTES
 
                                     practicals :
                                          Stack
                                          Queue
                                          Linked List

UNIT 5 Non-linear  Data Structures
 
              UNIT 5 NOTES
       
                                     practicals :
                                         Binary Search Tree and Heap

UNIT 6 Graphs

              UNIT 6 NOTES

                                    practicals :
                                        graph implementation



Comments

Popular posts from this blog

Arduino Powered Motion Sensor Alarm

An Easy Way to Build an Arduino Powered Motion Sensor Alarm 11 15 Have you ever wanted to build a project that had could detect the presence of a person in a room? If so, then you can do this very easily using the PIR (Passive Infra Red) Motion sensor. This Arduino motion sensor can detect the presence of a person in a room. Therefore, you can build projects such as burglar alarms and automated appliances. Attach this motion sensor along with an Arduino and place it in your room to build an intruder detection system. This tutorial will show you to interface a motion sensor with an Arduino and to use it to build a burglar alarm. This system detects the presence of an intruder in your room and sends a signal to the Arduino. The Arduino then creates an alarm sound using a buzzer to scare the intruder away. PIR motion sensor pinout PIR motion sensor pinout Required Materials Hardware: Arduino or an Arduino clone board (freeduino), or you can make your own custom Arduino board. P...
EVERYTHING ABOUT MCA if you are doing mca then this is the right place for you. Here you will get everything you want related to MCA. we provide the best notes and practical sheets need to complete the course. MCA Semester 1 The MCA semester 1 comprise of  5 subject that are - 1)  Object Oriented Programming 2)  Software Engineering & Project Management 3)  Computer Organization and architecture 4)  IT in Management 5) Statistics And Probability lectures NOTES  and   Practicals MCA Semester 2 The MCA semester 2  comprise of  5 subject that are - 1) Data Structures 2) Operating System 3) DMMM 4) Computer Network 5) Financial Accounting and Management 1)Web application Development (practical) lectures   NOTES  and   Practicals

Traffic Monitor- Monitors traffic on the Go

ABOUT THIS PROJECT In India, traffic is getting a higher and higher terribly. At peak hours you can't even think for a ride. The Commute Indicator presented here will monitor traffic and time distance between the destinations using Google API Integration. The Indication will be done on Sparkfun Neopixel LEDs. If LED is green, it means your are ready to go and the traffic will be displayed as Green>Yellow>Red. You can keep this device in your car and monitor traffic on the go as it has inbuilt wifi and it is also easy to power. You can also hang it on Home Wall to see traffic on your road. It can also keep you tracked on the go. It will be updated in certain time limit such as 5 minutes. ESP8266 has inbuilt wifi so we can turn on router at home and get updates and in car we have to turn on our mobile hotspots. To build a commute indicator we will run python program to integrate with the google maps matrix API and create an indication with the help of Sparkfun Niopixe...