Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • data structure and algorithms basic with linked list, used c++ and python
  • exercise : give a linked list, swap two elements in linked list
  • input : 1 2 3 4 5, swap(1,4) => output : 4 2 3 1 5

About

First time to LinkedList with C++ and Python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages