일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 장고 프로젝트
- Exercism
- Algorithm
- Bookmark
- 장고 프로젝트 순서
- 파이썬 웹프로그래밍 장고
- 자바스크립트
- 장고
- mongodb
- 알고리즘
- 개발
- 프로젝트
- 독립영화플랫폼
- passport.js
- 장고 개발 순서
- ART_Cinema
- 예술영화추천
- JavaScript
- python
- 타사인증
- join()
- Blog
- Node.js
- MyPick31
- Django
- til
- Django Blog
- 북마크앱
- MYSQL
- 북마크만들기
- Today
- Total
목록CodingTest/Exercism (18)
Juni_Dev_log
▶ Raindrops 📌 Problem Introduction Your task is to convert a number into a string that contains raindrop sounds corresponding to certain potential factors. A factor is a number that evenly divides into another number, leaving no remainder. The simplest way to test if a one number is a factor of another is to use the modulo operation. The rules of raindrops are that if a given number: has 3 as a ..
▶ Hamming 🧬 📌 (Problem) Introduction Calculate the Hamming Distance between two DNA strands. Your body is made up of cells that contain DNA. Those cells regularly wear out and need replacing, which they achieve by dividing into daughter cells. In fact, the average human body experiences about 10 quadrillion cell divisions in a lifetime! When cells divide, their DNA replicates too. Sometimes duri..
▶ ETL (Problem) Introduction We are going to do the Transform step of an Extract-Transform-Load. ETL Extract-Transform-Load (ETL) is a fancy way of saying, "We have some crufty, legacy data over in this system, and now we need it in this shiny new system over here, so we're going to migrate this." (Typically, this is followed by, "We're only going to need to run this once." That's then typically..
▶ Triangle (Problem) Introduction Determine if a triangle is equilateral, isosceles, or scalene. An equilateral triangle has all three sides the same length. An isosceles triangle has at least two sides the same length. (It is sometimes specified as having exactly two sides the same length, but for the purposes of this exercise we'll say at least two.) A scalene triangle has all sides of differe..