ritwik12 / Virtual-Assistant

A linux based Virtual assistant on Artificial Intelligence in C
GNU General Public License v3.0
125 stars 96 forks source link

reduced time complexity #137

Open Heet-09 opened 11 months ago

Heet-09 commented 11 months ago

Reduces the time complexity from O(n)+O(LAST_FIELD word MAX_CLASSIFIERS MAX_WORDS) + O(LAST_FIELD) to O(n) +O(LAST_FIELD word NUM_WORDS WORD_LEN) + O(LAST_FIELD)S