Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Outline

Java_Algorithm

Algorithm Sutdy Group

  • jinuman
  • ddolsoon
  • minq
  • sheep1500

개요

  • 자바를 이용한 알고리즘 공부
  • 현재, 실무에서도 자바를 이용(스프링 프레임워크)하기때문에, 이를 대비하는 목적도 있음.
  • 기존에 짯던 알고리즘을 자바 코드로 옮겨보는 것도 괜찮을듯!
Java_Algorithm
    │   └──root directory
    ├── ddolsoon
    │   └── 민성 알고리즘 폴더
    ├── minq
    │   └── 민규 알고리즘 폴더
    ├── sheep1500
    │   └── 석윤 알고리즘 폴더
    ├── jinuman
    │   └── 진우 알고리즘 폴더
    ├── java_study
    │   └── Java 알고리즘 스터디 자료 폴더
    ├── 기출문제
    │   └── 각종 대회 및 경시대회 / 코딩 인터뷰에서 나온 기출 모음집  
    |
    ├── etc
	└── * 기타 자료

Git Flow

// This is only for renewing master , not for one's branch
<master> $ git pull

...
<branch> $ git fetch origin
<branch> $ git merge origin branch
<branch> $ git add file
<branch> $ git commit -m "add file"
<branch> $ git add file2
<branch> $ git commit -m "add file2"
<branch> $ git push origin branch

...
<branch> $ git fetch origin
<branch> $ git merge origin branch

사용환경

IntelliJ IDEA, Eclipse

참고사항


참고 사이트1 : https://www.codeground.org/

참고 사이트2 : https://programmers.co.kr/competitions

참고 사이트3 : https://www.acmicpc.net/

참고 사이트4 : https://www.acmicpc.net/

Morty Proxy This is a proxified and sanitized view of the page, visit original site.