Skip to content

eriksjaastad/Data-Structures-and-Algorithms-I

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures-and-Algorithms-I

re-implement: Push, Pop, Shift, and Unshift for Array.prototype, without using any library functions. Also add some Mocha tests to verify correctness.

unique: implement a function called unique. It takes an array and returns a copy of the array with all the duplicates removed.

frequency2: given an array of english words, figure out what the most common letter (anywhere in a word) is.

Submit a link to a github repo containing your solutions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published