Skip to content

Commit

Permalink
minor changees
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatPandey-2004 committed Jul 16, 2024
1 parent 5eb5e39 commit c91c089
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Algorithm/Radixsort.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h3>Algorithm:</h3>
</div>
<div class="col-md-6">
<div class="bubble-sort-gif">
<img src="../images/radix-sort-final-result.gif" alt="Bubble Sort Visualization" class="img-fluid shadow-lg rounded">
<img src="../images/radixxx.gif" alt="Bubble Sort Visualization" class="img-fluid shadow-lg rounded">
</div>
<table class="table table-bordered mt-3">
<thead>
Expand Down
Binary file removed images/radixsort.gif
Binary file not shown.
Binary file added images/radixxx.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,18 @@ <h2 class="text-black mb-4">Quick Sort</h2>

</div>
</div>
<div class="row mb-5 align-items-center">
<div class="col-lg-7 mb-5" data-aos="fade-up" data-aos-delay="100" id="Heapsort(A)">
<img src="images/radixxx.gif" alt="Image" class="img-fluid">
</div>
<div class="col-lg-4 ml-auto" data-aos="fade-up" data-aos-delay="200">
<h2 class="text-black mb-4">Radix Sort </h2>
<p class="mb-4">RADIXSORT (array A, d)<br>
&nbsp; &nbsp; for i = 1 to d <br>
&nbsp; &nbsp; &nbsp; &nbsp; A = COUNTINGSORT(A, i) <br>
</p>
</div>
</div>
<section class="mb-10 mt-40 bg-white" id="features-section">
<div class="py-12" data-aos="fade-up" data-aos-delay="200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
Expand Down

0 comments on commit c91c089

Please sign in to comment.