farzanapomy / All-About-DSA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topics:

Singly Linked List-

  • Inset At Tail
  • inset At Head
  • Count Of Length
  • Display The List
  • Insertion At Specific Position
  • Search By Value Unique
  • Search By Value Duplicate
  • Search By Value Duplicate Return
  • Deletion At Head
  • Deletion At Tail
  • Deletion At Specific Position
  • Deletion By Unique Value
  • Display Revers By Non Recursive Way
  • Display Eeverse Recursive Way
  • Replace all the even numbers in the list by -1

Doubly Linked List-

  • Inset At Tail
  • inset At Head
  • Count Of Length
  • Display The List
  • Display Reverse

About


Languages

Language:C++ 98.6%Language:JavaScript 1.4%