Skip to content

shortthirdman/QuickStart-Coding-Challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickStart-Coding-Challenges

Quickstart Coding Challenges

Java CI with Maven

GitHub commit activity GitHub GitHub last commit

All Java solutions for various challenges presented during interviews for software development positions.

Requirements

  • Apache Maven 3.9.x
  • Java 21
  • JetBrains IntelliJ IDEA (Community/Ultimate)

Run, Test and Code Coverage

mvn clean install test

mvn jacoco:prepare-agent clean test jacoco:report

Contributing

PRs Welcome first-timers-only

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

References

License

Apache License, Version 2.0