├── Bubble.jpeg ├── Insertion.png ├── README.md ├── Styling.css ├── About.html ├── Help.html ├── index.html ├── Bubble.html └── Insertion.html /Bubble.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hammad-7/Algorithm-VIsualization/HEAD/Bubble.jpeg -------------------------------------------------------------------------------- /Insertion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hammad-7/Algorithm-VIsualization/HEAD/Insertion.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Algorithm-Visualization 2 | See it's working here 3 | https://youtu.be/dNczMHA48-4 4 | -------------------------------------------------------------------------------- /Styling.css: -------------------------------------------------------------------------------- 1 | .sh{ 2 | border: 2px solid; 3 | background-color: #343A40; 4 | display: flex; 5 | justify-content: center; 6 | } 7 | 8 | #contain{ 9 | padding: 20px; 10 | background-color:rgb(21, 173, 165); 11 | } 12 | 13 | #heading{ 14 | text-align: center; 15 | color:blanchedalmond; 16 | } -------------------------------------------------------------------------------- /About.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |