FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

CCDATRCL/ProblemSet/Week 3/Problem at main · flexycode/CCDATRCL · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.md

💫 Week 3 - DATA STRUCTURES AND ALGORITHMS

💻 Lab Exercise 3 - LinkedList

Propose a project program that has something to do with the discussion for today regarding on LinkedList and give your fucking best. Explain your output by Monday and do your best, stop wasting time code it and don't sleep.

Proposal Project that I suggest:

  • 1 Blockchain Transaction Validate (Double LinkedList)
  • 2 Decentralized Data Storage (Double-ended LinkedList)
  • 3 Identity Verification System (Singular LinkedList)
  • 4 Blockchain-based Auction ( Combination of LinkedList ) - Eto pinili sa akin ni Professor Jensen, taray diba yung mahirap pa talaga.

Key features that needs to apply in the program:

  • Insertion
  • Deletion
  • Searching
  • Traversing
  • Traversal

Just show the program and structure comment on how those DSA of LL working

💻 Project Code Tree Structure

├───.idea
│   └───inspectionProfiles
├───.venv
│   ├───Lib
│   │   └───site-packages
│   │       ├───pip
│   │           ├───_internal
│   │           │
│   │           └───_vendor
│   │
│   └───Scripts
├───data_structures
│    ├───__init__.py
│    └─── circular_doubly_linked_list.py
│
├───models
│    ├───__init__.py
│    ├─── auction_item.py
│    └─── node.py
├───services
│    ├───__init__.py
│    └─── auction_system.py
└───ui
     ├───__init__.py
     └─── user_interface.py

✨LinkedList

✨LL Tech stacks

Create a program for this language: Python, JavaScript

    


Back | FazBrowse Home | New Git URL