kelvins / algorithms-and-data-structures

:abacus: Algorithms and Data Structures in several Programming Languages
MIT License
1.04k stars 256 forks source link

create unordered list in python #336

Closed MrWeast closed 9 months ago

MrWeast commented 9 months ago

added unordered list in python

Description

I created an unordered list in python. You can test it by running the main function in the file.

Unordered_Linked_List does the following