Cancer Care | Search System represents real-world application of Suffix-Tries Data Structures.
git clone /~https://github.com/mcherry000/Search-Autocomplete-System.git
npm install
npm start
After starting the development server with npm start
, you can edit any files in the src
folder
and webpack will automatically recompile and reload your server (available at http://localhost:3000
by default).
- Each exercise has corresponding comments to explain the "why" and "how" of the three Algorithms.
Ensures the uniqueness of an array of data objects for a given key.
Filters an array of data objects by a given search term.
Renders the example data. The App consist of three parts -- a search bar, corresponding sort buttons for each column in table, and a display table.
Source: Participated in Pulse-Analytics 2021 coding challenge
Engineer | LinkedIn Profile | GitHub Profile |
---|---|---|
☀️ Manika Arora | https://www.linkedin.com/in/manika-a-11692716b/ | /~https://github.com/mcherry000 |