Skip to content

Commit ca6ac1f

Browse files
Panquesito7github-actions[bot]
and
github-actions[bot]
authored
fix: ignore the LeetCode folder on DIRECTORY.md (#1240)
* updating DIRECTORY.md * fix: ignore LeetCode folder while building... ...the `DIRECTORY.md` file. * updating DIRECTORY.md * updating DIRECTORY.md --------- Co-authored-by: github-actions[bot] <[email protected]>
1 parent f9c89a7 commit ca6ac1f

File tree

2 files changed

+1
-153
lines changed

2 files changed

+1
-153
lines changed

.github/workflows/awesome_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Update DIRECTORY.md
3030
run: |
3131
wget https://raw.githubusercontent.com/TheAlgorithms/scripts/main/build_directory_md.py
32-
python3 build_directory_md.py C . .c,.h > DIRECTORY.md
32+
python3 build_directory_md.py C . .c,.h leetcode/ > DIRECTORY.md
3333
git commit -m "updating DIRECTORY.md" DIRECTORY.md || true
3434
- name: Get file changes
3535
run: |

DIRECTORY.md

-152
Original file line numberDiff line numberDiff line change
@@ -170,158 +170,6 @@
170170
* [Hash Sdbm](https://github.com/TheAlgorithms/C/blob/HEAD/hash/hash_sdbm.c)
171171
* [Hash Xor8](https://github.com/TheAlgorithms/C/blob/HEAD/hash/hash_xor8.c)
172172

173-
## Leetcode
174-
* Src
175-
* [1](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1.c)
176-
* [10](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/10.c)
177-
* [1008](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1008.c)
178-
* [1009](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1009.c)
179-
* [101](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/101.c)
180-
* [1019](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1019.c)
181-
* [1026](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1026.c)
182-
* [104](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/104.c)
183-
* [108](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/108.c)
184-
* [1089](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1089.c)
185-
* [109](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/109.c)
186-
* [11](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/11.c)
187-
* [110](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/110.c)
188-
* [112](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/112.c)
189-
* [1137](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1137.c)
190-
* [1147](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1147.c)
191-
* [118](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/118.c)
192-
* [1184](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1184.c)
193-
* [1189](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1189.c)
194-
* [119](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/119.c)
195-
* [12](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/12.c)
196-
* [1207](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1207.c)
197-
* [121](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/121.c)
198-
* [124](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/124.c)
199-
* [125](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/125.c)
200-
* [1283](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1283.c)
201-
* [13](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/13.c)
202-
* [136](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/136.c)
203-
* [14](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/14.c)
204-
* [141](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/141.c)
205-
* [142](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/142.c)
206-
* [1524](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1524.c)
207-
* [153](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/153.c)
208-
* [16](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/16.c)
209-
* [160](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/160.c)
210-
* [1653](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1653.c)
211-
* [1657](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1657.c)
212-
* [169](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/169.c)
213-
* [1695](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1695.c)
214-
* [17](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/17.c)
215-
* [1704](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1704.c)
216-
* [173](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/173.c)
217-
* [1752](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1752.c)
218-
* [1769](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1769.c)
219-
* [1833](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1833.c)
220-
* [1838](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/1838.c)
221-
* [189](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/189.c)
222-
* [19](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/19.c)
223-
* [190](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/190.c)
224-
* [191](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/191.c)
225-
* [2](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2.c)
226-
* [20](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/20.c)
227-
* [201](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/201.c)
228-
* [2024](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2024.c)
229-
* [203](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/203.c)
230-
* [206](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/206.c)
231-
* [2095](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2095.c)
232-
* [21](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/21.c)
233-
* [2125](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2125.c)
234-
* [2130](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2130.c)
235-
* [215](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/215.c)
236-
* [217](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/217.c)
237-
* [2222](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2222.c)
238-
* [223](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/223.c)
239-
* [2256](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2256.c)
240-
* [226](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/226.c)
241-
* [2270](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2270.c)
242-
* [2279](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2279.c)
243-
* [230](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/230.c)
244-
* [2304](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2304.c)
245-
* [231](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/231.c)
246-
* [234](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/234.c)
247-
* [236](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/236.c)
248-
* [24](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/24.c)
249-
* [242](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/242.c)
250-
* [2482](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2482.c)
251-
* [2501](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/2501.c)
252-
* [26](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/26.c)
253-
* [268](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/268.c)
254-
* [27](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/27.c)
255-
* [274](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/274.c)
256-
* [278](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/278.c)
257-
* [28](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/28.c)
258-
* [283](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/283.c)
259-
* [287](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/287.c)
260-
* [29](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/29.c)
261-
* [3](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/3.c)
262-
* [32](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/32.c)
263-
* [344](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/344.c)
264-
* [35](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/35.c)
265-
* [367](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/367.c)
266-
* [37](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/37.c)
267-
* [38](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/38.c)
268-
* [387](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/387.c)
269-
* [389](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/389.c)
270-
* [4](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/4.c)
271-
* [404](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/404.c)
272-
* [42](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/42.c)
273-
* [442](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/442.c)
274-
* [45](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/45.c)
275-
* [461](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/461.c)
276-
* [476](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/476.c)
277-
* [485](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/485.c)
278-
* [5](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/5.c)
279-
* [50](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/50.c)
280-
* [509](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/509.c)
281-
* [520](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/520.c)
282-
* [53](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/53.c)
283-
* [540](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/540.c)
284-
* [561](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/561.c)
285-
* [567](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/567.c)
286-
* [6](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/6.c)
287-
* [617](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/617.c)
288-
* [62](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/62.c)
289-
* [63](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/63.c)
290-
* [647](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/647.c)
291-
* [66](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/66.c)
292-
* [669](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/669.c)
293-
* [674](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/674.c)
294-
* [684](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/684.c)
295-
* [7](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/7.c)
296-
* [700](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/700.c)
297-
* [701](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/701.c)
298-
* [704](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/704.c)
299-
* [709](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/709.c)
300-
* [75](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/75.c)
301-
* [771](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/771.c)
302-
* [79](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/79.c)
303-
* [8](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/8.c)
304-
* [807](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/807.c)
305-
* [82](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/82.c)
306-
* [83](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/83.c)
307-
* [841](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/841.c)
308-
* [852](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/852.c)
309-
* [876](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/876.c)
310-
* [9](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/9.c)
311-
* [901](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/901.c)
312-
* [905](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/905.c)
313-
* [917](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/917.c)
314-
* [931](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/931.c)
315-
* [938](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/938.c)
316-
* [94](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/94.c)
317-
* [953](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/953.c)
318-
* [965](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/965.c)
319-
* [977](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/977.c)
320-
* [979](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/979.c)
321-
* [98](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/98.c)
322-
* [985](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/985.c)
323-
* [997](https://github.com/TheAlgorithms/C/blob/HEAD/leetcode/src/997.c)
324-
325173
## Machine Learning
326174
* [Adaline Learning](https://github.com/TheAlgorithms/C/blob/HEAD/machine_learning/adaline_learning.c)
327175
* [K Means Clustering](https://github.com/TheAlgorithms/C/blob/HEAD/machine_learning/k_means_clustering.c)

0 commit comments

Comments
 (0)