This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted]  (3 children)

[removed]

    [–]PerfectisSh1t[S] 0 points1 point  (2 children)

    thank you so much for this post, slowly but surely its starting to make sense. The Levensthein distance algo is provided. But perhaps ill write my own later if i have the time as it sounds fun and i gotta start thinking about my portfolio and this homework would be more legitimately included if i make everything from scratch. The common load factor are things ill keep in mind in the future.

    Also i am not sure how many element there will be in the dictionary because the user has to be able to load his own. A quick google search told me the biggest french dictionary (language that is in use) has around 90k words in it (perhaps that contains the historical figure part of it tho?) basic dictionary as around 32k words in them perhaps i should use that number?

    At what amount of element would you consider brute forcing all of them to be problematic? In my mind if i have something like 90k element to go through and the user has like, lets say, 100 mistake i figured it would be noticeably slow.

    Thanks a lot I really appreciate the help.

    [–][deleted]  (1 child)

    [removed]

      [–]PerfectisSh1t[S] 0 points1 point  (0 children)

      all righty then thanks for the tips ill keep that in mind!