From 2fd095f433c3c42e58228d6212b585e786e38de1 Mon Sep 17 00:00:00 2001 From: Kishan Kumar <51268436+confusedconsciousness@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:05:20 +0530 Subject: [PATCH] added tutorial for how to create a search engine from scratch in java --- ISSUE_TEMPLATE.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 683f25e..b0d4ebe 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -7,8 +7,19 @@ Thanks for your contribution! If you're submitting a tutorial, please ensure it ### Tutorial title +https://github.com/confusedconsciousness/build-your-own-x.git + + +### Main programming language +Java + +### Tutorial title +Build your own Search Engine from Scratch in Java ### Tutorial URL +https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java ### Category * [ ] 3D Renderer @@ -29,7 +40,7 @@ Thanks for your contribution! If you're submitting a tutorial, please ensure it * [ ] Physics Engine * [ ] Programming Language * [ ] Regex Engine -* [ ] Search Engine +* [x] Search Engine * [ ] Shell * [ ] Template Engine * [ ] Visual Recognition System @@ -37,3 +48,4 @@ Thanks for your contribution! If you're submitting a tutorial, please ensure it * [ ] Web Search Engine * [ ] Web Server * [ ] Uncategorized +* \ No newline at end of file