Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ll_utils

Simple Python package to create and show rotated linked lists.

Example

from ll_utils import create_rotated_linked_list, show_linked_list

arr = [1,2,3,4,5]
head = create_rotated_linked_list(arr, 2)
show_linked_list(head)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages