16 Commits

Author SHA1 Message Date
286b441bed Update .gitattributes 2023-01-31 03:43:07 +08:00
da405b579d Modify the code style of C (#299)
* style(my_list): modify c codes.

* style(stack): modify c codes.

* style(hash): modify c codes.
2023-01-29 00:08:12 +08:00
0b5761eaf5 fix(codes/c): Fix unknown behavior when size is 0 or arr is a null pointer (#288)
Co-authored-by: Yudong Jin <krahets@163.com>
2023-01-21 01:16:22 +08:00
a0990a0f7a Merge branch 'master' into master 2023-01-18 19:14:38 +08:00
c8ee075d50 feat(heap): add c codes 2023-01-16 10:03:31 +08:00
a94010645d feat(docs/c): add linkedlist_stack.c 2023-01-14 15:45:38 +08:00
08d715a2e9 feat(codes/c): update linkedlist_stack.c some code 2023-01-13 06:44:31 +08:00
3970e88be2 style(codes/c): update comment format 2023-01-12 20:27:18 +08:00
40b5be5302 Unify the naming of the C codes. 2023-01-12 00:31:11 +08:00
24cdcd54df feat(codes/c): add C include/ codes and modify exist C codes 2023-01-11 00:55:21 +08:00
0e49f0053a Update the format of the file headers
of c, cpp, java, js, ts, swift.
2023-01-06 03:39:19 +08:00
ea867eadac (PR #204) update c code and doc for time_complexity 2023-01-05 08:39:09 +08:00
2899f453fb Merge branch 'master' into master 2023-01-05 01:11:34 +08:00
9e4a5fd6d8 update c code for chapter_computational_complexity, add c code to time_complexity.md 2023-01-04 08:09:22 +08:00
2ee6fcfef1 add bubble sort in C code 2022-12-26 12:43:37 +08:00
0a72d37578 create c folder and finished array 2022-12-21 18:57:28 +08:00