/greedy

Greedy algorithm implementation with Apache Spark and MongoDB

Primary LanguageJavaGNU Affero General Public License v3.0AGPL-3.0

Greedy algorithms implementation

WARNING! This is not a good implementation, it contains a lot of really bad code and uses Spark in a very unefficient way.

Development

  • To enable Spring Boot Live Reload for Scala in IntelliJ:
    • Go to Setting -> Build, Executions, Deplyment -> Compiler -> enable Build projects automatically
    • Press Ctrl+Alt+Shift+/ -> Registry -> enable compiler.automake.allow.when.app.running
    • Restart application

Profiled with jprofiler Java profiler.