Build Your Own Autocomplete system

This is a system that when prompted with a sequence of characters, or even sequence of words and the final few characters will offer suggestions for the rest of the word based on the characters entered so far.

Programming Projects

Build Your Own QR Code Generator

Build a QR Code Generator. ...

Programming Projects

Build Your Own Spelling Correction Tool

A spelling correction tool suggests corrections for misspelled words. Peter Norvig’s classic essay on spelling correction is a great starting point for understanding the algorithms involved. ...

Programming Projects