diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-29 10:52:50 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-29 10:52:50 +0100 |
commit | 6e6805751070fe3f56a3b42052963bcd76182725 (patch) | |
tree | 4d07db5c0e6050141ddf45ac381129d4e1ba82ef /index.html | |
parent | remove the navbar icon (diff) | |
download | sorting-algorithms-6e6805751070fe3f56a3b42052963bcd76182725.tar.gz sorting-algorithms-6e6805751070fe3f56a3b42052963bcd76182725.zip |
update plots
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -124,19 +124,19 @@ to produce the plots are listed below.</p> <table class="table table-bordered wide-enough"> <tr> <th>CPU</th> - <td><a href="http://ark.intel.com/products/84695/Intel-Core-i3-5005U-Processor-3M-Cache-2_00-GHz">Intel Core i3-5005U</a></td> + <td><a href="https://ark.intel.com/content/www/us/en/ark/products/95451/intel-core-i7-7500u-processor-4m-cache-up-to-3-50-ghz.html">Intel Core i7-7500U</a></td> </tr> <tr> <th>OS</th> - <td>Windows 8.1</td> + <td>Linux 6.6</td> </tr> <tr> <th>CPython</th> - <td>3.5.1</td> + <td>3.11.6</td> </tr> <tr> <th>matplotlib</th> - <td>1.5.1</td> + <td>3.8.2</td> </tr> </table> </div> |