arpit3018 / AlgoMania-BackEnd

A web based algorithm guessing platform where mentor/admin can post the code or algorithm and students need to guess the name of it within limited time frame.
0 stars 2 forks source link

Answer Check #5

Open arpit3018 opened 4 years ago

arpit3018 commented 4 years ago

The submitted answer should be verified automatically without the interaction of third party. Suppose the answer is Huffman Coding then it should also handle Huffman, HuffmanCoding, etc. Later it can be extended to validate using NLP.

arishrehmankhan commented 4 years ago

I think the questions should be multiple choice type. So we don't have to check for the correct answer. We can store the correct answer in the database.