A project containing my solution for Leetcode, InterviewBit problems along with DSA Practice problems.
To run the project and source files:
Clone the repo -> Open Android Studio -> Select File -> Open the Repository folder.
The project is configured to run single Java
& Kotlin
files from Android Studio.
After Importing the project to Android Studio:
- Click Add Configuration
- Select plus icon at top left and create an Application.
- Leave it as unnamed and click apply and ok.
- Now you can go to
src\main\javaclasses
orsrc\main\kotlinclasses
folder and run/debug single Java/Kotlin class from Android studio.
You can add custom library and sources into the lib
folder and use it in your class.