Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added a program that prints words in alphabetical order using b…
…inary tree data structure (TheAlgorithms#841) * frequencies of words started * A program to Print words contained in a file in alphabetical order * Apply suggestions from code review Co-authored-by: David Leal <[email protected]> * appropriate comments added as suggested from code review * comments cleaned up * updating DIRECTORY.md * Apply suggestions from code review Co-authored-by: David Leal <[email protected]> * commenting re-worded * Add link to algorithm * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * main function moved to the bottom and function prototypes deleted * uint64_t data type used for non negative values * uint8_t used * all int types fixed * detailed explanation of algorithm added * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * tests and documentation added * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * documentation added * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Update data_structures/binary_trees/words_alphabetical.c Co-authored-by: David Leal <[email protected]> * Apply suggestions from code review Co-authored-by: David Leal <[email protected]> * documentation added * Apply suggestions from code review Co-authored-by: David Leal <[email protected]> * Add documentation Co-authored-by: David Leal <[email protected]> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
- Loading branch information