Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : C and CPP : C : Source Code : Data Structures


Directory : C and CPP : C : Source Code : Data Structures

  Options

Links
  • Binary Tree (Levelwise) - Creation of a tree and display using preorder, postorder, inorder, and levelwise traversal using recursion.
  • Evaluate Postfix Expressions - This prgram takes the Postfix Arithmatic expression and gives the result to a single constant value. For this purpose we used stack implementation.
  • Graphical Binary Tree - Complete & visaul binary serch tree with complete mouse. Shows all traversing graphicaly. Best selected from 26 universities. Shows every thing dynamically.
  • Infix To Prefix/Postfix Expressions - This program accepts an infix expression with single-variable inputs , converts the same to corresponding prefix or postfost forms and then evaluates these expressions by accepting the values of the variables from the user.
  • Matrices - The program will do mathematics operations on matrices and also using operator overloading templates and a complex class as a template and also uses exception handling.
  • Template for Double Linked List - This is Double Link List and it will insert and delete. This class has almost all functions that are found in the regular class.
  • Threaded Trees - This program implements an allied concept of TREES called THREADED TREES.