Skip to content

SG170/time-complexity-visualizer-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Time Complexity Visualizer (C)

A CLI-based project built using C to visualize how different time complexities (O(1), O(n), O(n²)) scale with input size using step-by-step execution counts.

Features

  • Menu-driven interface
  • Demonstrates O(1), O(n), and O(n²)
  • Beginner-friendly and educational

Purpose

Built while brushing up DSA fundamentals and strengthening understanding of algorithm efficiency and performance.

How to Run

gcc time_complexity.c -o visualizer
./visualizer

About

CLI-based C project to visualize O(1), O(n), and O(n²) time complexities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages