There are no reviews yet. Be the first to send feedback to the community and the maintainers!
CPP_Beginner_to_Expert
Contributed for those who want to learn how to write code in C++. This repository covers concepts from the basic to the advanced level. Comments added in each program for getting better grasp of the language. Happy coding !!Chatbot-using-Python
Build a chatbot using deep learning techniques. The chatbot will be trained on the dataset which contains categories (intents), pattern and responses. We use a special recurrent neural network (LSTM) to classify which category the user’s message belongs to and then we will give a random response from the list of responses.WhatsAppChatBot
WhatsApp Chatting System Automation using PythonCodeforces_Solutions
My solution to some problems listed on Codeforces.Data-Structures-and-Algorithms
Some data structures and algorithms with their implementations.Learn-Java-Collections-Framework
A handy guide to some of the methods declared by the Collection, Map interfaces.GeeksforGeeks_Solutions
My solution to some problems listed on GeeksforGeeksLeetCode_Solutions
My solution to some problems listed on LeetCodeOperating_System_Materials
Operating System Study NotesHackerrank
My solution to some problems listed on HackerRankWebDev
The journey to web developmentTic_Tac_Toe
Enjoy playing Tic Tac Toe with bot.CPP_STL
Learning the Standard Template Library (STL) in C++BlockchainBasics
Demonstrating the coin mining using Secure Hash Algorithm 2 (SHA-256)Multithreaded-Programming
Programs demonstrating multithreadingAlgorithmic-Toolbox
A repository containing solutions to the programming assignments given in the "Algorithmic Toolbox" course by University of California San Diego & National Research University Higher School of Economics at Coursera.HackerEarth_Solutions
My solution to some problems listed on HackerEarth.30_Days_of_Code_Hackerrank_Solutions
My solutions to the 30 Days of Code challenges at Hackerrank.CodeChef_Solutions
This repository contains my solution to some problems listed on CodeCheftridibsamanta
Introductory repo.Bit-Manipulation
Let's enjoy some bitwise hacks.Java
UVa-Online-Judge_Solutions
Solution to some problems listed on UVa Online JudgeCSES_Solutions
My solution to the tasks which i solved on Code Submission Evaluation System (CSES).ProjectEuler_Solutions
My solution to some problems listed on projecteuler.netAtCoder_Solutions
My solution to some problems listed on AtCoder.Love Open Source and this site? Check out how you can help us