Skip to content

Daily LeetCode Challenges. Run it on your machine, using your desired language, and check using the test case file

License

Notifications You must be signed in to change notification settings

muhrifqii/daily-leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode Daily Challenge, in Many Languages

java c++ kotlin go rust elixir

How to run

To comiple and run the program, execute the following command, in this example we are running java solution for date 2024-10-01 challenge:

make java date=2024-10-01

This will do:

  1. Traversing all the solution inside the given date folder, in case there are more than one solution, it will execute each solution in order.
  2. Compile the file using input from input.txt
  3. Output from the program will be written to output.txt.
  4. If the output is different from the expected output file expected.txt, it will print the error and exit.

About

Daily LeetCode Challenges. Run it on your machine, using your desired language, and check using the test case file

Topics

Resources

License

Stars

Watchers

Forks