전체 글

박정수가 공부한 자료를 남기기 위한 블로그
dev/개인 프로젝트

golang - gin - backend 개발 (1)

다른 블로그를 보면서 여차저차 golang 과 vscode 환경구축을 완료했다. 그리고 gin이라는 golang framework를 사용해서 backend를 구축하려고 한다. 우선 gin tutorial https://github.com/gin-gonic/gin GitHub - gin-gonic/gin: Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better perf Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 4..

영어공부

Guide to Java Versions and Features

https://dzone.com/articles/a-guide-to-java-versions-and-features?fbclid=IwAR1IXNe8eTjgNhTSBJwl1QfogVAjvkM4WPOSk6ZMp9pBsqjUbLasCIoVEqM Guide to Java Versions and Features - DZone Java In this guide. we will look at the differences between Java distributions and an overview of Java language features, including Java versions 8-13. dzone.com 해당 링크 번역 You can use this guide to find and install the la..

dev/알고리즘

백준 2805 pypy3 python 차이

오랜만에 이진탐색 코드를 좀 풀어보려고 하는데 계속 시간초과가 난다.. 4년전의 나와 지금의 나는 여전히... ㅋㅋ 아니 근데 도저히 납득이 안됐다. 그래서 알아보니 python 으로 제출하면 시간초과가 난다는 것이다. 그래서 pypy3로 제출하니.. 시간초과가 안난다 ㅋ import sys n,m = map(int, input().split()) v = list(map(int,sys.stdin.readline().split())) start = 1 end = max(v) answer =0 v.sort(reverse=True) while start0: tsum+=i-mid elif i-mid m: start = mid +1 answer = mid print(answer)

jeongsu
Park_jeong_su