hpstory
|
40319e7f30
|
refactor: use global using to reduce usings in each file (#486)
|
2023-05-06 22:48:02 +08:00 |
|
hpstory
|
7b1de228a0
|
feat(csharp/backtracking): add csharp code in n queens (#485)
* feat(csharp/backtracking): add csharp code in n queens
* fix format
* Update n_queens.cs
---------
Co-authored-by: Yudong Jin <krahets@163.com>
|
2023-05-05 03:34:52 +08:00 |
|
krahets
|
bc77a81330
|
Update the codes of backtracking.
|
2023-04-27 02:17:04 +08:00 |
|
krahets
|
9c070a028f
|
Update the code of permutations I and II
|
2023-04-27 01:29:00 +08:00 |
|
hpstory
|
918380b56a
|
feat(csharp/backtracking): add csharp code in permutations (#478)
* feat(csharp/backtracking): add csharp code in permutations
* Update permutations_i.cs
* Update permutations_ii.cs
* Update permutations_ii.cs
---------
Co-authored-by: Yudong Jin <krahets@163.com>
|
2023-04-24 14:37:45 +08:00 |
|
krahets
|
40e6d2b415
|
Rename the common modules.
|
2023-04-24 04:20:51 +08:00 |
|
krahets
|
73dcb4cea9
|
Reformat the C# codes.
Disable creating new line before open brace.
|
2023-04-23 03:03:12 +08:00 |
|
krahets
|
bad759b4f8
|
Rename the naming of the coding files
in backtracking algorithm.
Add the typedef to docs.
|
2023-04-22 01:38:53 +08:00 |
|
hpstory
|
9eeefff447
|
refactor: add/refactor method in include, simplified print code (#471)
|
2023-04-21 14:59:22 +08:00 |
|
hpstory
|
878f12f701
|
feat(csharp/backtracking): add csharp code in backtracking (#463)
|
2023-04-17 13:37:06 +08:00 |
|