Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 783 Bytes

File metadata and controls

29 lines (17 loc) · 783 Bytes

Online Code Judge or Hackathon System

Machine Coding Interview

Code/Run

  • Java8, Maven, IntelliJ(Community)

  • Driver class TrackingServiceTest.java

  • All necessary code in src dir

Understanding the Working

  • To understand the working, read Problem Statement thoroughly.
  • Then explore dir in this order:
    1. Entities
    2. Repository
    3. HackathonServiceTest.java
    4. Then, deeply go through Services