Skip to content

DmtkD/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DataStructures

Repository for data structures written in Python on the course «Internet of Things» in Lviv Polytehnic National University

Task

Create a сlosed-oneway linked list for some device

Add the following methods to the list

- Add an element to the list
- Print all elements from the list
- Return an element by key (index)
- Output data of the element by key (index)
- Remove an element from the list
- Delete the linked list
- Sort elements by year
- Output of all devices with the set limit of measurement

Device class structure

- Name
- Type
- Year of manufacture
- Limit of measurement

Screen of task

image

About

Repository for data structures written in Python during the IoT course in LPNU

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages