Skip to content

Shriyanshi2404/DataStructuresAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

DataStructuresAlgorithms

Arrays:

  1. Linear Search
  2. Check if the array is sorted
  3. Largest Element in an Array
  4. Second Largest Element in an Array without sorting
  5. Left Rotate an array by one place
  6. Left rotate an array by D places
  7. Remove duplicates from Sorted array
  8. Move Zeros to end
  9. Find missing number in an array
  10. Maximum Consecutive Ones
  11. Find the number that appears once, and other numbers twice.
  12. Find the Union

Linked List:

  1. Insertion in Linked List
  2. Search a node
  3. Length of linked list
  4. Find Middle node of a LinkedList
  5. Detect a loop in LL
  6. Find the starting point in LL
  7. Length of Loop in LL
  8. Reverse LL
  9. Remove Nth node from the back of the LL
  10. Check if LL is palindrome or not
  11. Segrregate odd and even nodes in LL
  12. Delete the middle node of LL
  13. Sort LL
  14. Sort a LL of 0's 1's and 2's by changing links
  15. Find the intersection point of Y LL
  16. Add 2 numbers in LL
  17. Add 1 to a number represented by LL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages