/DS

Primary LanguageC

DS

I save all my ds programs here

Contents

  1. Linear Search an Array
  2. String Related Assignment
  3. Easy Small Logic Related Programs
  4. Static Array Add/Remove/Display
  5. DeleteDuplicate, TopBottomTwo
  6. Strcmp, Strrev, Strjoin, FindPattern
  7. Array of Struct Accept/Display
  8. DYNAMIC array accept/delete/display
  9. DYNAMIC structarray accept/delete/display
  10. Sparse Matrix accept/display/transpose
  11. Stack (Static) Push Pop Menu
  12. Polynomial Addition (Incomplete)
  13. Static array accept/display
  14. Binary Search Array
  15. Insert into array
  16. Delete from array
  17. Intro to struct(Accept, display)
  18. Intro to array of struct
  19. Nested Structure
  20. StrCpy and STRtoASCII
  21. StrLength
  22. MergeSorting Struct with Option
  23. Swapping Structures
  24. Test
  25. Stack implementation on structure
  26. Dynamic Array Stack
  27. Find Palindrome using stack
  28. Linear static queue
  29. Convert INFIX to POSTFIX
  30. Evaluating a POSTFIX expression
  31. A Circular Queue
  32. Double ended queue
  33. Tower of Hanoi and Factorial
  34. GCD and Fibonacci Series
  35. Multiple Stacks
  36. Multiple Queues
  37. Maze Problem
  38. Ackermann Function
  39. Singly Linked List Skeleton
  40. SLL with different struct
  41. Joining two SLL's
  42. SLL with Header Node
  43. Circular Linked List CLL
  44. Circular LL using Header
  45. Polynomial Addition using CSLL-H
  46. Doubly Linked List
  47. BST
  48. DFS recursive

Lab Programs

  1. Menu-driven Array Insertion/Deletion