kirillsulim / kontur-server-test-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kontur-server-test-task

This is my old test task for c-sharp developer position. Honestly, now it seems to me a bit ugly =)

The goal was to create 2 applications:

  • Server capable to return suggests like autocomplete, list of words passed in file on startup
  • Client to this server

I used trie data structure. Trie realization was picked from VDS.common and modified to store limited amount of data in nodes for better perfomance.

About


Languages

Language:C# 99.9%Language:Batchfile 0.1%