TheAlgorithms-C/misc
dsmurrow f3a3e6d476
chore: created new subdirectory for cryptographic ciphers (#1237)
* chore: moved rot13.c to cipher directory

* chore: added CMakeLists.txt for /cipher

* chore: added /cipher to root CMakeLists.txt
2023-03-29 14:42:08 -06:00
..
CMakeLists.txt find openmp declared required only once 2020-05-31 10:49:26 -04:00
demonetization.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
hamming_distance.c feat: add hamming distance (#1200) 2023-01-31 13:24:50 -06:00
lexicographic_permutations.c fix LGTM - limit malloc range 2020-06-28 15:57:00 -04:00
longest_subsequence.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
mirror.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
pid.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
poly_add.c fix: addition of two polynomials memory leak and linked list crash (#1211) 2023-03-13 11:44:01 -06:00
postfix_evaluation.c feat: add postfix evaluation algorithm (#890) 2021-10-25 23:10:53 +05:30
quartile.c formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
rselect.c code cleanup to prevent gcc warnings 2020-04-08 09:41:12 -04:00
run_length_encoding.c Apply suggestions from code review 2022-10-12 10:48:41 -04:00
shunting_yard.c feat: add Shunting Yard Algorithm (#1219) 2023-02-27 17:05:50 -06:00
sudoku_solver.c [bugs & docs] lots of documentation and bug fixes (#554) 2020-07-04 15:05:30 -04:00
tower_of_hanoi.c less code 2020-06-30 16:27:19 +08:00
union_find.c fix lgtm error and add basic docs 2020-07-11 00:10:22 -04:00