Posts

Binary search Tree in Data Structure - By Dheeraj Chaudhary

  Binary Search Tree is an important topic belonging to the famous chapter of computer science i.e. Data Structure. And, when it comes to a competitive examination like GATE, you have to read this whole topic quite deeply.  In this article we have covered all the topics relevant to the linked list. We hope the notes for the CSE topics will help you understand this topic in a better way. A  binary search tree  (BST) is a fundamental  <a href="https://en.wikipedia.org/wiki/Binary_search_tree">data structure in computer science</a>  used to organize and manage data efficiently. In computer science, a binary search tree is an important term. It is also known as an ordered or sorted binary tree. It contains a few properties like: The left subtree of a node includes only nodes with keys lesser than the node’s key. The right subtree of a node contains only nodes with keys greater than the node’s key. The left and right subtree each must also be a binar...

First Page - Hello

Image
  Unit -1 First Page Unit -1  Introduction Array Sorting Graph Text books: 1. Aaron M. Tenenbaum, Yedidyah Langsam and Moshe J. Augenstein, “Data Structures Using C and C++”, PHI Learning Private Limited, Delhi India 2. Horowitz and Sahani, “Fundamentals of Data Structures”, Galgotia Publications Pvt Ltd Delhi India. 3. Lipschutz, “Data Structures” Schaum’s Outline Series, Tata McGraw-hill Education (India) Pvt. Ltd. 4. Thareja, “Data Structure Using C” Oxford Higher Education. 5. AK Sharma, “Data  <a href="https://www.safalta.com/digital-marketing">AKTU university !</a>  Structure Using C”, Pearson Education India. 6. Rajesh K. Shukla, “Data Structure Using C and C++” Wiley Dreamtech Publication. 7. Michael T. Goodrich, Roberto Tamassia, David M. Mount “Data Structures and Algorithms in C++”, <a href="https://www.safalta.com/digital-marketing">AKTU university !</a>  Wiley India. 8. P. S. Deshpandey, “C and Data structure”, Wiley Dre...

Syllabus For Data Structure

Image
 Unit -1 First Page <a href="https://www.safalta.com/digital-marketing">AKTU university !</a> Unit -1  Introduction Array Sorting Graph Text books: 1. Aaron M. Tenenbaum, Yedidyah Langsam and Moshe J. Augenstein, “Data Structures Using C and C++”, PHI Learning Private Limited, Delhi India 2. Horowitz and Sahani, “Fundamentals of Data Structures”, Galgotia Publications Pvt Ltd Delhi India. 3. Lipschutz, “Data Structures” Schaum’s Outline Series, Tata McGraw-hill Education (India) Pvt. Ltd. 4. Thareja, “Data Structure Using C” Oxford Higher Education. 5. AK Sharma, “Data Structure Using C”, Pearson Education India. 6. Rajesh K. Shukla, “Data Structure Using C and C++” Wiley Dreamtech Publication. 7. Michael T. Goodrich, Roberto Tamassia, David M. Mount “Data Structures and Algorithms in C++”,   Wiley India. 8. P. S. Deshpandey, “C and Data structure”, Wiley Dreamtech Publication. 9. R. Kruse etal, “Data Structures and Program Design in C”, Pearson Educatio...