8000 GitHub - parkchansoo/algorithm_jongmanbook: 종만북 문제 풀이
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

parkchansoo/algorithm_jongmanbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Problem Solving with jongmanbook

:::not finished documentation yet:::

language: java C++

0. Objectives

  • Improve Thinking in algorithm
  • Get used to Github
  • Practicing programming language.

1.

2. Own Interface

TestCasePrinter :
To show how many test case are passed, there is java class file named TestCasePrinter.
there is method name printTestResult & testResultSumup. printTestResult method count test case's number and success test number. and testResultSumup prints summary of them.

Main > main() :
We make solving function outside of main. And we take main function as only test case input.

About

종만북 문제 풀이

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0