mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-22 05:19:37 +00:00
core dump with trie #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pytianxxiao on GitHub (May 22, 2019).
i got core dump with c/data_structures/trie.c, as stack is not enough for the big array
words[NUMBER_OF_WORDS]. Maybemallocis better ?@shashikedissanayake commented on GitHub (Sep 21, 2019):
It's working without any issue in linux environment