Please enable JavaScript to use CodeHS

CodeHS Glossary


Big-O Notation Java

A way to represent how long an algorithm will take to execute. It helps to determine how efficient different approaches to solving a problem are.