This project is a visualization website for various algorithms based on different approaches in the field of Analysis of Algorithms (AOA). It is created using HTML, CSS, JavaScript, and Bootstrap.
- Dijkstra Algorithm
- Fractional Knapsack Algorithm
- N-Queen Algorithm
- 0/1 Knapsack Algorithm
- Merge Sort Algorithm
- Quick Sort Algorithm
- Clone the repository.
- Open the index.html file in your browser.
- Select an algorithm and approach.
- Click the "Run Algorithm" button to see the algorithm in action.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-branch-name
). - Make your changes.
- Commit your changes (
git commit -am 'Add your message here'
). - Push to the branch (
git push origin feature/your-branch-name
). - Create a new Pull Request.