Skip to content

rahulkurup/Crack-the-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crack-the-Code

The Coding Challenges

  1. LinkedList Creation & Traversal

  2. Delete a node in Linkedlist

  3. Middle of a LinkedList (Efficiently)

  4. Reverse a LinkedList (Recursive)

  5. Print a random number in a LinkedList

  6. Reverse a stack using recursion You are not allowed to use loop constructs like while, for..etc, and you can only use the following ADT functions on Stack S: isEmpty(S) push(S) pop(S)

7)Reverse a String using Stack

  1. Rotate a Linkedlist by k

  2. Swap two varibales without using temp Variable

About

Coding Challenges

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages