https://github.com/gyoogle/gs_algorithm
⚡️ Solving Algorithms
https://github.com/gyoogle/gs_algorithm
Last synced: 9 months ago
JSON representation
⚡️ Solving Algorithms
- Host: GitHub
- URL: https://github.com/gyoogle/gs_algorithm
- Owner: gyoogle
- Created: 2018-12-02T06:58:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T10:07:19.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T07:24:31.252Z (11 months ago)
- Language: Java
- Homepage:
- Size: 11.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 알고리즘 문제풀이
---
- [문제풀이](https://github.com/kim6394/gs_Algorithm/tree/master/Algorithm(Study)/%EB%AC%B8%EC%A0%9C%20%ED%92%80%EC%9D%B4)
- [백준(BOJ)](https://github.com/kim6394/gs_Algorithm/tree/master/Algorithm(Study)/%EB%AC%B8%EC%A0%9C%20%ED%92%80%EC%9D%B4/%EB%B0%B1%EC%A4%80)
- [프로그래머스]()
- [SWEA / 정올](https://github.com/kim6394/gs_Algorithm/tree/master/Algorithm(Study)/%EB%AC%B8%EC%A0%9C%20%ED%92%80%EC%9D%B4/swexpert%26%EC%A0%95%EC%98%AC)
- [CodeForces](https://github.com/kim6394/gs_Algorithm/tree/master/Algorithm(Study)/%EB%AC%B8%EC%A0%9C%20%ED%92%80%EC%9D%B4/CodeForces)
### 스터디
------
- [스터디](https://github.com/kim6394/gs_Algorithm/tree/master/Algorithm(Study))
### C언어
---
- [레퍼런스 코드](https://github.com/kim6394/gs_Algorithm/tree/master/C/Reference%20Code)
### 자바(java)
---
- [디자인 패턴 정리](https://github.com/kim6394/gs_Algorithm/tree/master/Java/%EB%94%94%EC%9E%90%EC%9D%B8%ED%8C%A8%ED%84%B4)
- [문제 풀이](https://github.com/kim6394/gs_Algorithm/tree/master/Java)
### 자바스크립트(javascript)
---
- [기본 개념 정리](https://github.com/kim6394/gs_Algorithm/tree/master/Algorithm(Study)/%EA%B0%9C%EB%85%90%20%EC%A0%95%EB%A6%AC/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8)
- [심화 내용 정리(ES2015)](https://github.com/kim6394/gs_Algorithm/blob/master/Algorithm(Study)/%EA%B0%9C%EB%85%90%20%EC%A0%95%EB%A6%AC/%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8/Javascript%20%EC%8B%AC%ED%99%94.md)
### 파이썬(Python)
---
**파이썬 문법**
- [chapter 1 - 파이썬 문법](https://github.com/kim6394/gs_Algorithm/tree/master/Python/chapter%201%20-%20%ED%8C%8C%EC%9D%B4%EC%8D%AC%20%EB%AC%B8%EB%B2%95)
- [chapter 2 - 파이썬 구조](https://github.com/kim6394/gs_Algorithm/tree/master/Python/chapter%202%20-%20%ED%8C%8C%EC%9D%B4%EC%8D%AC%20%EA%B5%AC%EC%A1%B0)
**챗봇 만들기**
- [파이썬 챗봇](https://github.com/kim6394/gs_Algorithm/tree/master/Python/python-chatbot)
- [파이썬을 활용한 슬랙 챗봇 프로젝트](https://github.com/kim6394/JMT_SlackBot)
**알고리즘 실전 문제**
- [문제풀이 코드 (파이썬)](https://github.com/kim6394/gs_Algorithm/tree/master/Python/BAEKJOON%20-%20Python)