Knowledge in Data Structures & algorithms

Implementation of depth first search

This file contains an experiment which should be performed on a computer using a C compiler. The title of the experiment is depth first search which is an algorithm used to implement data structure.

Breadth first search

This file contains an experiments which should be implemented by using a C compiler.

An Emerging Opportunity for the tech college guys.

Hey everyone,Viden is personally one of the best platform I have come across to share your thoughts , gain access to the material uploaded all over the India. Helping each other and earning that sense of satisfaction which is very hard to achieve. In that aspect I would like to share this exam which I came across while discussing my future thoughts among my friends.CodeChef, a global competitive programming platform, has recently launched a new certification on Data Structures & Algorithms. This certification is an assessment of proficiency in programming using Data Structures and Algorithms under a proctored environment. It can be used for a lifetime as it tests a candidate’s grasp on subjects that are very fundamental to the field of computer science and durable. CodeChef has started with a new Certification Program on Data Sufficiency and Algorithms (CCDSAP) as a platform to learn and assess their programming skills on their platform.Features of the CCDSAP:1.) Currently there are three levels to the program- Foundation and Advanced. The Expert level will be started soon.2.) The Certification exams will conducted at a regular interval in different cities across India. It has been launched in many cities till now.. 3.) The exam will be of 3 hour duration under a proctored environment. Some advantages of certification program which you may be interested in:1.) Motivating yourself to improve your knowledge in the subject Assessing yourself.2.) Applying for a better job Getting admission in selected universities 3.) Writing efficient code Perks of Registering for CCDSAP:1.) The certificate will be valid for a lifetime Platform for self assessment 2.) Building a strong profile for job applications 3.) Getting admission in selected universities based on your performance and skillsFor more info visit:https://www.codechef.com/certification/data-structures-and-algorithms/about?utm_source=101VTA0T&utm_campaign=rep_progUsing the code ie. 101VTA0T (already mentioned in the link) you will get an additional discount of Rs 200/- over the offer going at that time. Early bird offer expires on 7th August 2019. I personally have applied for the exam.I hope this will provide a suitable opportunity for you all to prove and asses yourself. Also this will also help you to highlight your weakness and to overcome them. Just like Viden , which has helped count less no. of students, I hope this will also help everyone.

Roadmap to begin with Data structures and algorithms.

This PDF file containing the roadmap structure to begin with Data structures and algorithms.

Code chef exam , B-TECH(CSE) , All Students

This file contains information about the code chef certification program or on data sufficiency and algorithms (CCDSAP) as a platform for students to learn and assess their programming skills on their platform. Some perks of giving CCD SAP is:: 1.) Building a strong profile for job application. 2.) Most companies nowadays select students on DSA(data structures and algorithms). So this will be a great opportunity to avail and increase the chances of securing your place in the top companies. For more info visit this link....and secure additional discount of 200/- on registration. discount code :; 101VTA0T https://www.codechef.com/certification/data-structures-and-algorithms/about?utm_source=101VTA0T&utm_campaign=rep_prog The Early bird offer to get 500/- off expires in Oct 2019

Algorithms notes for professionals

This pdf file containing the advance knowledge of algorithms and it's pdf gives you professional knowledge about algorithms.

Data structure ebook

Data structure & algorithms subject ebook that contains all concepts of data structure & easily understoodable algorithms. Topics include: Algorithm Flowchart Searching- linear & binary search Sorting- Insertion sort , selection sort , radix sort etc Array Stack Queue Graph Tree Linked list, etc All the above given topics are given in this book with examples .This book is Very benefitial for the CSE & ECE students. This books also helps in competitive programming test.This book is recommended by many universities & engineering colleges.

Stack and Queue

Stacks And Queues 1)Stack Analogy 2)Queue Analogy 3)Applications 4)Using Stacks 5)A Stack Interface 6)Stack Implementations 7)Arrays vs Linked list Implementations 8)A Queue Interface 9)Queue Implementations 10)Queue with a Circular Array

Control structures in C

1)Conditional Constructs switch statement 2)Iterative Contructs while and do-while statements break and continue