본문 바로가기

알고리즘10

The Python Challenge 5 작성 일자 : 2016. 09. 07재작성 일자 : 2018. 08. 01 참고 사이트 :- [docs.python] 11.1. pickle — Python object serialization- [위키백과] 윈도우 파워셸 - [docs.python] 12.1. pickle — Python object serialization http://www.pythonchallenge.com/pc/def/peak.html python challenge 5단계이다.title은 "peak hell", 그리고 힌트는 "pronounce it".어디에 적용해야 할지 확인하기 위해 F12를 눌러 소스 코드를 확인해 보도록 한다. 페이지에는 드러나지 않은 peakhell 영역이 존재하고 이는 banner.p와 연결되어 있음을.. 2016. 9. 7.
Lesson 3: Time Complexity [Lesson 3: Time Complexity] Tasks 1. TapeEquilibriumMinimize the value |(A[0] + ... + A[P-1]) - (A[P] + ... + A[N-1])|. 사이트 : https://codility.com/programmers/task/tape_equilibrium/난이도 : PAINLESS추가 자료 : Open reading material (PDF) A non-empty zero-indexed array A consisting of N integers is given. Array A represents numbers on a tape.Any integer P, such that 0 < P < N, splits this tape into two .. 2016. 9. 2.
Lesson 2: Arrays [Lesson 2: Arrays] Tasks 1. OddOccurrencesInArrayFind value that occurs in odd number of elements. 사이트 : https://codility.com/programmers/task/odd_occurrences_in_array/난이도 : PAINLESS추가 자료 : Open reading material (PDF) A non-empty zero-indexed array A consisting of N integers is given. The array contains an odd number of elements, and each element of the array can be paired with another element t.. 2016. 9. 2.
Lesson 1: Iterations [Lesson 1: Iterations] Tasks 1. BinaryGapFind longest sequence of zeros in binary representation of an integer. 사이트 : https://codility.com/programmers/task/binary_gap/난이도 : PAINLESS추가 자료 : Open reading material (PDF) A binary gap within a positive integer N is any maximal sequence of consecutive zeros that is surrounded by ones at both ends in the binary representation of N. For example, number .. 2016. 9. 2.
소셜 네트워크 서비스(SNS) 업데이트 홈페이지 : IT World기사제목 : 인스타그램도 피드에 알고리즘 적용... 다음 달부터 시행기사입력날짜 : 2016-06-07링크 : http://www.itworld.co.kr/news/99632 원문 요약 :인스타그램의 최신순 정렬이 다음 달부터 관심사 위주의 알고리즘으로 적용될 예정이다. 인스타그램에 따르면, 사용자들은 평균적으로 피드의 80%를 놓치고 있다. 새로운 알고리즘을 적용하면 피드에서 보는 게시물의 수치는 변화가 없지만, 보고 싶은 것을 더 많이 보게 될 것이라는게 인스타그램의 설명이다. 알고르짐이 적용된 타임라인과 피드는 최근 소셜 미디어 서비스에서 표준화되고 있다. 관련 용어 :- SNS[위키백과] 소셜 네트워크 서비스소셜 네트워킹 서비스 (Social Networknig Serv.. 2016. 6. 7.