Skip to content

CSStack

menu
  • Home
  • Java
  • Cloud
    • Docker
    • Openstack
  • Data Science
    • Hadoop
    • DS General
  • Database
    • MySQL Tutorial
  • Data Structure
  • Linux
    • Basic Linux
    • GIT
  • PL
    • Python
    • C Programs

data-structure-tutorial

Linked List

  • Introduction to Linked List
  • Array vs Linked List
  • Singly Linked List
    • Insert Node at the head of List.
    • Insert Node at specific position in List.
    • Insert Node at the end of List.
    • Delete node
    • Traversing
    • Searching
  • Doubly Linked List
  • Circular Linked List

DS Sorting

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Merge Sort

Singly Linked List Programs+pseudocode

  • operations performed on a singly linked list
  • Reverse a Singly Linked List
  • Print Singly Linked List in reverse direction
  • Remove loop in singly linked list
  • Copy linked list with random pointer
  • Find merge point of two lists
  • Merge two sorted linked lists
  • Insert an element in sorted linked list
  • Find nth node from last in a linked list
  • Find a middle element of linked list in one pass
  • Check if singly linked list is palindrome
  • Remove duplicates from sorted linked list
  • Remove duplicates from unsorted linked list

0 comments:

Post a Comment

Home
Subscribe to: Posts (Atom)

Popular Posts

Copyright © CSStack | Powered by Blogger