NickDorkins / ll_console_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linked List Console App

Assigned: 11/02/2022

Due: 11/09/2022 - 6:30PM

Completion is when a link has been submitted to "Growth Plan" Document

Should take 2-3 Hours

1. Method to add LL values
    - [ ] Enter how many nodes in the LL
    - [ ] Loop through the number gathered from a
    - [ ] Build out the LL
    - [ ] Traverse the LL and return the sum of values

1. Method to Concat LL values
    - [ ] Enter how many nodes in the LL
    - [ ] Loop through the number gathered from a
    - [ ] Build out the LL
    - [ ] Traverse the LL and return the concat string of values

About


Languages

Language:Python 99.9%Language:PowerShell 0.1%Language:Shell 0.0%