16 Commits

Author SHA1 Message Date
yuyi
209063ffd0
fmt: implement wrapping function's super long arguments (fix #15545, fix #21643) (#21782) 2024-07-02 23:10:00 +03:00
yuyi
5d99138cb2
checker: fix generic fn with generic fn call returning generic map (fix #20106) (#20150) 2023-12-12 11:41:58 +02:00
Turiiya
9051ac8921
all: fix typos (#19634) 2023-10-23 21:21:15 +03:00
Keito Tobichi
86a2917fdd
examples: add another graph example for bread first search with backtracking (#19463) 2023-09-28 14:23:58 +03:00
Turiiya
993546a0a2
examples: fix typos (#18229) 2023-05-25 16:54:46 +03:00
Akhil Binoy
30e02cfa3d
examples: fix typo in bellman-ford.v (#18223) 2023-05-21 15:22:27 +02:00
yuyi
467a1b4435
fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
Keito Tobichi
6bb930591e
examples: add more graphs examples, fix typo (#17113) 2023-01-25 21:58:44 +02:00
Swastik Baranwal
3c5cfa22d1
parser: disallow the array init: attr, when the len: attr is not provided (#16735) 2022-12-21 21:24:16 +02:00
yuyi
ef5be22f81
all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
yuyi
017ace6ea7
vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
Emirhan Yener
1a49db4ea1
examples: remove empty comments (#14986) 2022-07-08 15:35:45 +03:00
Claudio Cesar de Sá
5b97ad15ad
examples: add new graph algorithms, make some minor corrections to the programs in examples/graphs (#14562) 2022-07-01 21:37:00 +03:00
Claudio Cesar de Sá
5bf246fce6
examples: some new graphs algorithms and improving 2 others (#14556) 2022-06-02 07:11:29 +03:00
Claudio Cesar de Sá
634796ae42
examples: 2 new examples for graph algorithms (topological sorting) (#14303) 2022-05-05 18:08:08 +03:00
Claudio Cesar de Sá
a2db44bc38
examples: add 2 more graph search examples (DFS and BFS), move them into examples/graphs (#14131) 2022-04-22 12:01:29 +03:00