competitive-programming
A set of tools and algorithms to perform in programming competitions
파일 탐색기
최종 버전 다운로드 (.zip)- advices.pdf
- DEVOXX_2017_De_bronze_a_legendaire_comment_reussir_vos_IA_de_Bot.pptx
- pokerChipRaceManwe.pdf
- gtest-death-test-internal.h
- gtest-filepath.h
- gtest-internal.h
- gtest-linked_ptr.h
- gtest-param-util-generated.h
- gtest-param-util-generated.h.pump
- gtest-param-util.h
- gtest-port.h
- gtest-string.h
- gtest-tuple.h
- gtest-tuple.h.pump
- gtest-type-util.h
- gtest-type-util.h.pump
- gtest-death-test.h
- gtest-message.h
- gtest-param-test.h
- gtest-param-test.h.pump
- gtest-printers.h
- gtest-spi.h
- gtest-test-part.h
- gtest-typed-test.h
- gtest.h
- gtest_pred_impl.h
- gtest_prod.h
- gtest.lib
- libgtest.a
- gtest.lib
- libgtest.a
- gtest.lib
- gtest.lib
- gtest.lib
- MaxNTree.hpp
- Minimax.hpp
- TreeSearch.hpp
- Common.hpp
- TreeNode.hpp
- GeneticAlgorithm.hpp
- Point.hpp
- Graph.hpp
- Complex.hpp
- QuadraticEquation.hpp
- Disk.hpp
- Timer.hpp
- FileBuilderSample.hpp
- TreesTest.cpp
- GeneticAlgorithmTest.cpp
- PointTest.cpp
- GraphTest.cpp
- QuadraticEquationTest.cpp
- DiskTest.cpp
- TimerTest.cpp
- test_main.cpp
- Sample.java
- FileBuilder.java
- Constants.java
- Pair.java
- IScoreConverter.java
- TreeNode.java
- TreeNodeSorter.java
- MaxNTree.java
- Minimax.java
- TreeSearch.java
- ICancellableMove.java
- IGame.java
- IMove.java
- IMoveGenerator.java
- CandidateGenerator.java
- CandidateMerger.java
- CandidateMutator.java
- FitnessFunction.java
- GeneticAlgorithm.java
- Coord.java
- Vector.java
- Graph.java
- IBFSTraversable.java
- IDoubleBfsNextLevelValueIterator.java
- IIntegerBfsNextValueIterator.java
- Complex.java
- QuadraticEquation.java
- Disk.java
- TimeoutException.java
- Timer.java
- MaxNTreeTest.java
- MinimaxTest.java
- TreeSearchTest.java
- StickGame.java
- StickGenerator.java
- StickMove.java
- Tester.java
- GeneticAlgorithmTest.java
- CoordTest.java
- VectorTest.java
- GraphTest.java
- QuadraticEquationTest.java
- DiskTest.java
- TimerTest.java
- .classpath
- .gitignore
- .project
- .travis.yml
- build.gradle
- LICENSE
- README.md
- settings.gradle
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Manwe56/competitive-programming
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd competitive-programming
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
