728x90
반응형

HankerRank Python 문제를 풀때 참고할만한 사이트가 있어 가져와봤다.
같은 문제지만 푸는 방법은 여러개라서 사이트에 적혀있는 답이 무조건 맞는 답이라고 생각하지말고
자기만의 방법으로 문제를 풀어보고 안 풀리면 그때 찾아보면 좋을 것 같다.

 

도움이 될만한 사이트들을 정리해서 모아놔야겠다.

 

HackerRank Python 풀이 사이트!!

https://www.artofcse.com/learning/problem/python

 

Python Problem Solution of HackerRank • Art of CSE

<p>In this series, I will share the code of HackerRank's Python problems. I will suggest you to not to copy this code. Just get the idea and try to solve it by

www.artofcse.com

https://home.adelphi.edu/~ni21347/cybersecgames/HackerRank/Python/BasicDataTypes/

 

HackerRank - Python - Introduction

 

home.adelphi.edu

 

이건 파이썬 알고리즘 관련 위키자료!!

https://wikidocs.net/2858

 

2) 딕셔너리로부터 키-값 구하기

딕셔너리에는 키-값 쌍이 저장된다고 했습니다. 그렇다면 딕셔너리에 있는 키 값만 구하려면 어떻게 해야 할까요? 이를 위해 파이썬의 딕셔너리는 keys라는 메서드를 제공합니다. 따…

wikidocs.net

 

코딩 도장!!

https://dojang.io/course/view.php?id=7 

 

강좌: 파이썬 코딩 도장

모두 펼치기모두 접기

dojang.io

 

github

https://github.com/nathan-abela/HackerRank-Solutions

 

GitHub - nathan-abela/HackerRank-Solutions: Solutions to HackerRank practice, tutorials and interview preparation problems with

Solutions to HackerRank practice, tutorials and interview preparation problems with Python 3, mySQL, C# and JavaScript - GitHub - nathan-abela/HackerRank-Solutions: Solutions to HackerRank practice...

github.com

 

728x90
반응형
복사했습니다!