@@ -21,18 +21,18 @@ <h1 class="name">The Algorithms</h1>
21
21
</ div >
22
22
< p > Explore Algorithms Implementation in the following Programming Languages</ p >
23
23
< div class ="grid ">
24
- < div class ="grid-item "> < img src =" ./images/svg/cpp-lang.svg " height =" 50px " /> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/C-Plus-Plus "> C++</ a > </ div >
25
- < div class ="grid-item "> < img src ="./images/svg/c-lang.svg " height ="50px "/> < br > < a target =" _blank " href =" https://github.com/TheAlgorithms/C " > C</ a > </ div >
26
- < div class ="grid-item "> < img src ="./images/svg/python.svg " height ="50px "/> < br > < a target =" _blank " href =" https://github.com/TheAlgorithms/Python " > Python</ a > </ div >
27
- < div class ="grid-item "> < img src ="./images/svg/java.svg " height ="50px "/> < br > < a target =" _blank " href =" https://github.com/TheAlgorithms/Java " > Java</ a > </ div >
28
- < div class ="grid-item "> < img src ="./images/svg/scala.svg " height ="50px "/> < br > < a target =" _blank " href =" https://github.com/TheAlgorithms/Scala " > Scala</ a > </ div >
29
- < div class ="grid-item "> < img src ="./images/svg/c-sharp-lang.svg " height ="50px "/> < br > < a target =" _blank " href =" https://github.com/TheAlgorithms/C-Sharp " > C#</ a > </ div >
30
- < div class ="grid-item "> < img src ="./images/svg/rust.svg " height ="50px "/> < br > < a target =" _blank " href =" https://github.com/TheAlgorithms/Rust " > Rust</ a > </ div >
31
- < div class ="grid-item "> < img src ="./images/svg/javascript.svg " height ="50px "/> < br > < a target =" _blank " href =" https://github.com/TheAlgorithms/Javascript " > JavaScript</ a > </ div >
32
- < div class ="grid-item "> < img src ="./images/svg/golang.svg " height ="50px "/> < br > < a target =" _blank " href =" https://github.com/TheAlgorithms/Go " > Go</ a > </ div >
33
- < div class ="grid-item "> < img src ="./images/svg/r-lang.svg " height ="50px "/> < br > < a target =" _blank " href =" https://github.com/TheAlgorithms/R " > R</ a > </ div >
34
- < div class ="grid-item "> < img src ="./images/svg/ruby.svg " height ="50px "/> < br > < a target =" _blank " href =" https://github.com/TheAlgorithms/Ruby " > Ruby</ a > </ div >
35
- < div class ="grid-item "> < img src =" ./images/svg/matlab.png " height =" 50px " /> < br > < a target ="_blank " href ="https://github.com/TheAlgorithms/MATLAB-Octave "> MATLAB/< br > Octave</ a > </ div >
24
+ < div class ="grid-item "> < a target ="_blank " href ="https://github.com/TheAlgorithms/C-Plus-Plus "> < img src =" ./images/svg/cpp-lang.svg " height =" 50px " /> < br > C++</ a > </ div >
25
+ < div class ="grid-item "> < a target =" _blank " href =" https://github.com/TheAlgorithms/C " > < img src ="./images/svg/c-lang.svg " height ="50px "/> < br > C</ a > </ div >
26
+ < div class ="grid-item "> < a target =" _blank " href =" https://github.com/TheAlgorithms/Python " > < img src ="./images/svg/python.svg " height ="50px "/> < br > Python</ a > </ div >
27
+ < div class ="grid-item "> < a target =" _blank " href =" https://github.com/TheAlgorithms/Java " > < img src ="./images/svg/java.svg " height ="50px "/> < br > Java</ a > </ div >
28
+ < div class ="grid-item "> < a target =" _blank " href =" https://github.com/TheAlgorithms/Scala " > < img src ="./images/svg/scala.svg " height ="50px "/> < br > Scala</ a > </ div >
29
+ < div class ="grid-item "> < a target =" _blank " href =" https://github.com/TheAlgorithms/C-Sharp " > < img src ="./images/svg/c-sharp-lang.svg " height ="50px "/> < br > C#</ a > </ div >
30
+ < div class ="grid-item "> < a target =" _blank " href =" https://github.com/TheAlgorithms/Rust " > < img src ="./images/svg/rust.svg " height ="50px "/> < br > Rust</ a > </ div >
31
+ < div class ="grid-item "> < a target =" _blank " href =" https://github.com/TheAlgorithms/Javascript " > < img src ="./images/svg/javascript.svg " height ="50px "/> < br > JavaScript</ a > </ div >
32
+ < div class ="grid-item "> < a target =" _blank " href =" https://github.com/TheAlgorithms/Go " > < img src ="./images/svg/golang.svg " height ="50px "/> < br > Go</ a > </ div >
33
+ < div class ="grid-item "> < a target =" _blank " href =" https://github.com/TheAlgorithms/R " > < img src ="./images/svg/r-lang.svg " height ="50px "/> < br > R</ a > </ div >
34
+ < div class ="grid-item "> < a target =" _blank " href =" https://github.com/TheAlgorithms/Ruby " > < img src ="./images/svg/ruby.svg " height ="50px "/> < br > Ruby</ a > </ div >
35
+ < div class ="grid-item "> < a target ="_blank " href ="https://github.com/TheAlgorithms/MATLAB-Octave "> < img src =" ./images/svg/matlab.png " height =" 50px " /> < br > MATLAB/< br > Octave</ a > </ div >
36
36
</ div >
37
37
</ main >
38
38
0 commit comments