Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.19 KB

README_401_05.md

File metadata and controls

41 lines (22 loc) · 1.19 KB

data-structures-and-algorithms-401

Code Challenge 05

Singly Linked List

link for code Challenge on GitHub.com : Open Link

API

Testing Image for code challenge 05

To make Test for the code you have to type 'npm test 05' in the terminal

Code_401_05

Approach & Efficiency

Whiteboard Process Image for code challenge 05

Code_401_05_Whiteboard

Approach & Efficiency

I used while loop and quality test to make sure that all of my functions will work I used replit to test my functions before test them on VS Code

Challenge

It was nice challenge ; all of knowledge we studied them in previous courses There was some issue but finally we solved it ^_^