Skip to content

백준, 프로그래머스, SWEA 알고리즘 문제 해결

Notifications You must be signed in to change notification settings

leeseunghyuk0228/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

This is a auto push repository for Baekjoon Online Judge created with BaekjoonHub.

C++ library

  • alogirhtm
    • swap(a,b)
    • rotate(first,middle,last)
    • upper_bound(start,end,value)
    • lower_bound(start,end,value)
    • string split
  • string
    • str.find("text") -> 시작 인덱스 반환, 없으면 -1
    • str.replace(index,length,replace str)

C++ Programming

  • define 상수 -> const, enum으로 대체
  • define 함수 -> template, inline 대체

About

백준, 프로그래머스, SWEA 알고리즘 문제 해결

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages