분류 전체보기
-
해당 내용은 아래의 유투브를 보고 참고했음을 밝힙니다~ https://youtu.be/2zjoKjt97vQ?si=fGChNeo644FV1sFd 거스름돈 가장 큰 화폐 단위부터 돈을 거슬러 주는 것이 최적의 해를 보장하는 이유? 가지고 있는 동전 중에서 큰 단위가 항상 작은 단위의 배수이므로 작은 단위의 동전들을 종합해 다른 해가 나올 수 없기 때문 만약 800원을 거슬러줘야 하는데 화폐 단위가 500, 400, 100원이라면? 문제 풀이를 위한 최소한의 아이디어를 떠올리고 정당한지 검토해야 함. # 거스름돈 #%% n = 1260 count = 0 # 큰 단위부터 차례로 array = [500, 100, 50, 10] for coin in array: count += n // coin # 해당 화폐로 거..
[그리디 알고리즘] 문제 - 거스름돈해당 내용은 아래의 유투브를 보고 참고했음을 밝힙니다~ https://youtu.be/2zjoKjt97vQ?si=fGChNeo644FV1sFd 거스름돈 가장 큰 화폐 단위부터 돈을 거슬러 주는 것이 최적의 해를 보장하는 이유? 가지고 있는 동전 중에서 큰 단위가 항상 작은 단위의 배수이므로 작은 단위의 동전들을 종합해 다른 해가 나올 수 없기 때문 만약 800원을 거슬러줘야 하는데 화폐 단위가 500, 400, 100원이라면? 문제 풀이를 위한 최소한의 아이디어를 떠올리고 정당한지 검토해야 함. # 거스름돈 #%% n = 1260 count = 0 # 큰 단위부터 차례로 array = [500, 100, 50, 10] for coin in array: count += n // coin # 해당 화폐로 거..
2024.01.30 -
다시 알고리즘을 공부하고 취업을 하기 위해 코딩테스트 공부를 시작했다 ㅎㅎ 동빈나님 유투브를 보고 정리한 것이니 이 글을 보게 되는 분들이라면 아래의 유투브를 먼저 보시길 추천한다~! https://youtube.com/playlist?list=PLRx0vPvlEmdAghTr5mXQxGpHjWqSz0dgC&si=UzK5AE6cwo67Lk16 (이코테 2021) 이것이 취업을 위한 코딩 테스트다 with 파이썬 www.youtube.com
이것이 취업을 위한 코딩 테스트다 with 파이썬다시 알고리즘을 공부하고 취업을 하기 위해 코딩테스트 공부를 시작했다 ㅎㅎ 동빈나님 유투브를 보고 정리한 것이니 이 글을 보게 되는 분들이라면 아래의 유투브를 먼저 보시길 추천한다~! https://youtube.com/playlist?list=PLRx0vPvlEmdAghTr5mXQxGpHjWqSz0dgC&si=UzK5AE6cwo67Lk16 (이코테 2021) 이것이 취업을 위한 코딩 테스트다 with 파이썬 www.youtube.com
2024.01.30 -
Designing a database → 전체적인 디자인 과정을 이해해보자. (교과서 읽으세염...) Initial phase characterize fully the data needs of the prospective database users Second phase choose a data model Apply the concepts of the chosen data model Translate the requirements into a conceptual schema of the database A fully developed conceptual schema indicated the functional requirements of the enterprise Describe the kinds of ..
E-R modelDesigning a database → 전체적인 디자인 과정을 이해해보자. (교과서 읽으세염...) Initial phase characterize fully the data needs of the prospective database users Second phase choose a data model Apply the concepts of the chosen data model Translate the requirements into a conceptual schema of the database A fully developed conceptual schema indicated the functional requirements of the enterprise Describe the kinds of ..
2023.10.27 -
SQL data manipulation language (DML) SELECT, FROM, WHERE NULL values Set operations String operations, ordering Aggregate functions, aggregation → querying && modifying the databases Aggregate Functions - Having Clause groups뒤에 오는 HAVING과 groups 앞에 있는 HAVING이 다름. 두 개는 다른 쿼리이다. 왼쪽에 있는 것은 GROUP BY 를 한 instructor중에서 65000이 넘는 교수 오른쪽은 65000이 넘는 instructor를 찾아서 평균을 낸 것. 따라서 더 높음. More SQL Nested subq..
Structured Query LanguageSQL data manipulation language (DML) SELECT, FROM, WHERE NULL values Set operations String operations, ordering Aggregate functions, aggregation → querying && modifying the databases Aggregate Functions - Having Clause groups뒤에 오는 HAVING과 groups 앞에 있는 HAVING이 다름. 두 개는 다른 쿼리이다. 왼쪽에 있는 것은 GROUP BY 를 한 instructor중에서 65000이 넘는 교수 오른쪽은 65000이 넘는 instructor를 찾아서 평균을 낸 것. 따라서 더 높음. More SQL Nested subq..
2023.10.27 -
Introduction to MySQL MySQK is an SQL-based relational database management system(DBMS) Free and open-source Owned by Oracle Commercial version of MySQL Compatible with standard SQL Frequently used for commercial web services Why Mysql? Popular active discussion all over the Internet Versatile runs on Linux, Windows, MacOS, Solaris, FreeBSD Cost starts from zero High performance(fast and reliabl..
Handshaking with an R-DBMSIntroduction to MySQL MySQK is an SQL-based relational database management system(DBMS) Free and open-source Owned by Oracle Commercial version of MySQL Compatible with standard SQL Frequently used for commercial web services Why Mysql? Popular active discussion all over the Internet Versatile runs on Linux, Windows, MacOS, Solaris, FreeBSD Cost starts from zero High performance(fast and reliabl..
2023.10.27 -
Functinality Massive, Convenient, Multi-user, Safe, Efficient, Reliable safe; transaction Structured Query Language(SQL) SQL : Structured Query Language principal language describe and manipulate relational databases Very high-level c, java, basic보다 high level이다. what to do >> how to doo not specifying data-manipulation details DBMSs figure out the'best' way to execute queries query optimizatito..
MySQL과 명령어Functinality Massive, Convenient, Multi-user, Safe, Efficient, Reliable safe; transaction Structured Query Language(SQL) SQL : Structured Query Language principal language describe and manipulate relational databases Very high-level c, java, basic보다 high level이다. what to do >> how to doo not specifying data-manipulation details DBMSs figure out the'best' way to execute queries query optimizatito..
2023.10.27