You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix : memory allocation method
"new" is not used in C , because of that the compiler was giving compilation error.
Instead malloc was used for memory allocation.
* updating DIRECTORY.md
* Update data_structures/graphs/kruskal.c
Co-authored-by: Stepfen Shawn <[email protected]>
* updating DIRECTORY.md
---------
Co-authored-by: github-actions[bot] <[email protected]>
Co-authored-by: Stepfen Shawn <[email protected]>
| 28 |[Find the Index of the First Occurrence in a String](https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string)|[C](./src/28.c)|Medium|
30
+
| 28 |[Find the Index of the First Occurrence in a String](https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string)|[C](./src/28.c)|Easy |
31
31
| 29 |[Divide Two Integers](https://leetcode.com/problems/divide-two-integers)|[C](./src/29.c)| Medium |
32
32
| 32 |[Longest Valid Parentheses](https://leetcode.com/problems/longest-valid-parentheses)|[C](./src/32.c)| Hard |
0 commit comments