CS - 2. Asymptotic Notation (점근 표기법)
2. Asymptotic Notation (점근 표기법) 💡The efficiency of an algorithm depends on the amount of time, storage and other resources required to execute the algorithm. The efficiency is measured with the help of asymptotic notations. An algorithm may not have the same performance for different types of inputs. With the increase in the input size, the performance will change. The study of change in perform..
2024.01.13