Skip to content

varoonverma/code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Sliding Maximum over Files Coding Exercise

Prerequisites:

  1. JRE 1.8
  2. Maven.

Solution using ArrayDequeue

  1. Use of blocking queue
  2. Units test coverage (all methods)
  3. Runs in O(1) constant time.
  4. Commented code
  5. Consistent naming conventions.
  6. Simple class design
  7. Runs from command line as described in the problem

java -jar sliding-window-1.0-jar-with-dependencies.jar 4

sample input files are placed under 'resources' folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages