Giter Club home page Giter Club logo

algorithm's Introduction

🤔 Algorithm 스터디 A2반

🤓 참여자

🚀 호랭이, 고사리, 나무, 토니, 니코

목차

🤓 공통 Rule

  • 매주 수요일 정해진 시간에 모여서 스터디를 진행합니다
  • 매주 스터디한 내용을 정리하여 github에 정리한 후 디스코드 채널에 github 링크를 공유합니다.
  • 감을 유지하고, 학습 효과를 극대화하기 위해 매일 풀이하는 것을 목표로 합니다.
  • 추가적인 문제풀이 및 학습은 당연히 자유입니다!

🤓 커리큘럼

🤓 커밋 컨벤션

  • programmers : programmers 풀이
  • leetcode : leetcode 풀이
  • ds : 자료구조를 학습하고 정리한 내용
  • algo : 알고리즘을 학습하고 정리한 내용
  • chore : 폴더/파일 구조 변경
  • docs : 공통 문서 수정 및 추가

🤓 문제 풀이 등록 방법

🐈‍⬛ 문제 풀이 이후 github에 push! (본인 브랜치/본인 폴더만 직접적으로 수정하시면 됩니다!)

🌴 branch 사용 방법

  1. 본인 branch로 이동
  2. 본인 폴더로 이동
  3. 문제 풀이 플랫폼(programmers, leetcode etc) 폴더 내에 해당하는 문제 풀이 파일 추가
  4. 매주 스터디 이전에 main branch에 merge

📑 파일명 규칙

- Programmers: `이름_문제명.swift`
    - ex) `[차차] 신규 아이디 추천.swift`
- LeetCode: `이름_문제명.swift`
    - ex) `[차차] Two Sums.swift`
  • 파일 작성 양식 ex. Sorting the Sentence.swift
// Logic (풀이 방식)
// 1. 스택을 사용한다
// 2. pop해서 원소를 꺼낸다
// 3. ~~ 

// Solution (풀이) 
func solution() {
    // code 
}

algorithm's People

Contributors

oksunwoo avatar chaminlee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.