Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 642 Bytes

File metadata and controls

17 lines (8 loc) · 642 Bytes

Folder: LinkedList

Operations on linkedlist :

  1. Singly Linkedlist: Implementation of a singly linked list in C++ with some real cool operations.

  2. Doubly Linkedlist: Implementation of a doubly linked list in C++.

Leetcode Questions : handwritten Notes

  1. Check if Cyclic: Program to check if a given linkedlist is cyclic or not.
  2. Something real cool waiting: Will update it with some real cool programs soon

Thanks for visiting