Skip to content

Commit d8286fa

Browse files
committed
generate new readme
1 parent adda512 commit d8286fa

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

readme.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
You can find the All ▲lgorithms categories at [algorithms.com/categories](https://algorithms.com/categories)
3535

36-
3736
- [Artificial intelligence](#artificial-intelligence)
3837
- [Backtracking](#backtracking)
3938
- [Bit manipulation](#bit-manipulation)
@@ -55,7 +54,7 @@ You can find the All ▲lgorithms categories at [algorithms.com/categories](http
5554
- [Selections](#selections)
5655
- [Sorting](#sorting)
5756
- [Strings](#strings)
58-
- [So category](#so-category)
57+
- [No category](#no-category)
5958

6059
## Artificial intelligence
6160

@@ -114,7 +113,7 @@ You can find the All ▲lgorithms categories at [algorithms.com/categories](http
114113
- [Kadence](math/kadence.cpp)
115114
- [Lcm of array](math/lcm_of_array.cpp)
116115
- [Lucky numbers](math/lucky_numbers.cpp)
117-
- [Magic Square](math/Magic Square.cpp)
116+
- [Magic square](math/magic_square.cpp)
118117
- [Modular exponentiation](math/modular_exponentiation.cpp)
119118
- [Nth fibonacci using goldenratio](math/nth_fibonacci_using_goldenratio.cpp)
120119
- [Pascals triangle](math/pascals_triangle.cpp)
@@ -166,15 +165,19 @@ You can find the All ▲lgorithms categories at [algorithms.com/categories](http
166165
- [Z algorithm](strings/z_algorithm.cpp)
167166

168167
<!-- Please do not edit this file | This file is authomatically generated by ~/scripts/formatter.js -->
168+
169169
## License
170-
This work is released under [MIT License][MIT]
171-
[![MIT IMG][MIT-logo]][MIT]
170+
171+
This work is released under [MIT License][MIT] [![MIT IMG][MIT-logo]][MIT]
172+
172173
To the extent possible under law, [Carlos Abraham](https://go.abranhe.com/github) has waived all copyright and related or neighboring rights to this work.
174+
173175
<div align="center">
174176
<a href="https://github.com/abranhe/algorithms">
175177
<img src="https://cdn.abranhe.com/projects/algorithms/logo.svg" width="50px">
176178
</a>
177179
<br>
178180
</div>
181+
179182
[MIT]: https://github.com/abranhe/algorithms/blob/master/license
180-
[MIT-logo]: https://cdn.abranhe.com/projects/algorithms/mit-license.png
183+
[MIT-logo]: https://cdn.abranhe.com/projects/algorithms/mit-license.png

0 commit comments

Comments
 (0)