Skip to content

πŸ‘¨πŸ»β€πŸ’» SWEA, BOJ, Programmers, etc.

Notifications You must be signed in to change notification settings

MoonWanki/algorithm-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Algorithm notes

Coding exercise with various algorithms

Environment

C

gcc (GCC) 6.3.0

  • Compile
gcc main.c -o main.exe
  • Run
./main.exe

Java

Java SE (build 1.8.0_181)

  • Compile
javac main.java
  • Run
java main

Python 3

Python 3.7.1

  • Run
python main.py

JavaScript

Node v10.14.2

  • Run
node main.js

References

About

πŸ‘¨πŸ»β€πŸ’» SWEA, BOJ, Programmers, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published