일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 타사인증
- Algorithm
- 자바스크립트
- 프로젝트
- 예술영화추천
- MyPick31
- 장고 개발 순서
- Django Blog
- 북마크만들기
- join()
- Blog
- Bookmark
- passport.js
- 북마크앱
- mongodb
- 개발
- Exercism
- 알고리즘
- ART_Cinema
- Django
- til
- JavaScript
- 파이썬 웹프로그래밍 장고
- 장고
- Node.js
- 장고 프로젝트
- 독립영화플랫폼
- 장고 프로젝트 순서
- python
- MYSQL
- Today
- Total
목록Class (2)
Juni_Dev_log
▶ 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..
▶ Bank Account (Problem) Introduction Simulate a bank account supporting opening/closing, withdrawals, and deposits of money. Watch out for concurrent transactions! A bank account can be accessed in multiple ways. Clients can make deposits and withdrawals using the internet, mobile phones, etc. Shops can charge against the account. Create an account that can be accessed from multiple threads/pro..