Skip to content

My DS & Algorithms practice, using both Java and Kotlin

Notifications You must be signed in to change notification settings

overfullstack/ds-algo

Repository files navigation

Ds Algo

This repo has practice problems well-commented to show how to approach a solution.

Setup

  • Install the latest version of Java
  • Do a clean build
./gradlew clean build
  • Run tests using gradle
./gradlew ds-algo:test --tests [full-name-of-test]

For example

./gradlew ds-algo:test --tests leetcode.array.TopKFrequentWordsTest

About

My DS & Algorithms practice, using both Java and Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •