일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- JavaScript
- blockchain
- node.js
- middleware
- Interface
- evm
- Ethereum
- Redux
- API
- built in object
- error
- CSS
- graphQL
- hardhat
- Props
- express.js
- 삶
- concept
- CLASS
- REACT
- bitcoin
- tailwindcss
- HTML
- SSR
- useState
- solidity
- 기준
- nextJS
- web
- typeScript
- Today
- Total
목록Frontend/Javascript Coding Test (2)
ReasonJun

Time complexity Time complexity is a measure of the performance of an algorithm. Analysis of algorithm execution time for input of a specific size. If there are algorithms that perform the same function, the lower the complexity, the better. Big-O Notation This is a notation that considers only the fastest growing terms. Indicates the upper limit of the funciton. For example, let's say there is ..
Algorithm Coding Test Several algorithmic problems are presented within a set period of time (usually within 5 hours). Evaluate the ability to solve problems using appropriate algorithms. Development assignment coding test A test aimed at developing a complete program. The duration can range from as short as a few hours to as long as two weeks or more. It requires the use of a language or framew..