Skip to content

phillipsnoah/phpArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpArray

A PHP Array implementation in Java. Made for Dr. Sherif Khattab's Algorithms class at the University of Pittsburgh. Implemented using hashing for 0(1) access and a linked list for linear probing as well as ordered traversal. Compile with javadoc to get the full documentation I wrote.

About

A PHP Array implementation in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages