Skip to content

Conversation

@ParthPawar10
Copy link

Added implementations of classic CS algorithms and data structures:

  • tower_of_hanoi.py: Recursive Tower of Hanoi solver with visualization
  • bfs.py: Breadth First Search with shortest path finding
  • sieve_of_eratosthenes.py: Efficient prime number generation
  • stack_implementation.py: Stack with practical applications
  • queue_implementation.py: Queue, Circular Queue, and Priority Queue

All programs include:

  • Comprehensive documentation
  • Multiple examples
  • Interactive user input
  • Well-commented code

Added implementations of classic CS algorithms and data structures:

- tower_of_hanoi.py: Recursive Tower of Hanoi solver with visualization
- bfs.py: Breadth First Search with shortest path finding
- sieve_of_eratosthenes.py: Efficient prime number generation
- stack_implementation.py: Stack with practical applications
- queue_implementation.py: Queue, Circular Queue, and Priority Queue

All programs include:
- Comprehensive documentation
- Multiple examples
- Interactive user input
- Well-commented code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant