Skip to content

ross-dotcom/Data-Structures-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures & Algorithms

  • oop.py: defining a class, its behaviours and methods.
  • array.py: initializing an array with 10 random (non-unique) numbers, defining functions for finding the smallest and largest number in the array as well as a function to find duplicates.
  • queue.py: defining a class called Queue and demonstrating First In First Out (FIFO).
  • linked_list.py: linked list basics.
  • bfs.py: breadth first search.
  • bubble_sort.py: bubble sort how-to.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages