mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 21:46:11 +00:00
[PR #275] [CLOSED] Adding trie improved #580
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?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/275
Author: @masterashu
Created: 10/1/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
ba59ed5Adding trie improved99fc07estruct based implementationc3bdc83Recursive approach to quick sort📊 Changes
3 files changed (+279 additions, -140 deletions)
View changed files
➕
data_structures/trie/trie_case_sensitive.c(+171 -0)📝
sorting/HeapSort.c(+62 -51)📝
sorting/QuickSort.c(+46 -89)📄 Description
Adding macro to easily switch between Case Sensitive and Insensitive Trie.
Also adding function to predict outputs for a given prefix.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.