Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.01 KB

README_401_08.md

File metadata and controls

35 lines (20 loc) · 1.01 KB

data-structures-and-algorithms-401

Code Challenge 08

Challenge Summary

link for code Challenge on GitHub.com :=> Open Link

Whiteboard Process

Testing Image for code challenge 08

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

Code_401_08

Whiteboard for code challenge 08

Code_401_08_Whiteboard

Approach & Efficiency

I used class and quality test to make sure that all of my methods will work

Solution

K-th value from the end of a linked list Stretch Goal :=> cheack and return the value in the middle of the list Insert Item