Skip to content

Coding questions from various sources and their solutions!

Notifications You must be signed in to change notification settings

ede-n/CodingPractise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Problems to solve

Dependency Injection

  • Implement a method interceptor for an annotation.

Concurrency

  • Implement a high throuput queue and worker thread model .. Mechanism to load test the implementation .. Mechanism to print execution metrics

Math

  • Calculate exponentially damped moving sum averages with a 1 minute, 5 minutes and 15 minute constant. .. Create a constant stream of monotonically increasing positive integers .. Use stream to calculate the moving sum

DataStructures

  • Implement a Priority Queue using an array
  • Store a Complete binary tree in an array
  • Implement a Priority Queue using binary tree

About

Coding questions from various sources and their solutions!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published