tridibsamanta
If you want something you've never had, you must be willing to do something you've never done
India
Pinned Repositories
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.
Codeforces_Solutions
My solution to some problems listed on Codeforces.
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 !!
Data-Structures-and-Algorithms
Some data structures and algorithms with their implementations.
GeeksforGeeks_Solutions
My solution to some problems listed on GeeksforGeeks
GoogleChromeDinosaurGame
A python script which automates the playing of the no internet google chrome dinosaur game.
Hackerrank
My solution to some problems listed on HackerRank
Learn-Java-Collections-Framework
A handy guide to some of the methods declared by the Collection, Map interfaces.
LeetCode_Solutions
My solution to some problems listed on LeetCode
WhatsAppChatBot
WhatsApp Chatting System Automation using Python
tridibsamanta's Repositories
tridibsamanta/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 !!
tridibsamanta/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.
tridibsamanta/WhatsAppChatBot
WhatsApp Chatting System Automation using Python
tridibsamanta/Codeforces_Solutions
My solution to some problems listed on Codeforces.
tridibsamanta/Data-Structures-and-Algorithms
Some data structures and algorithms with their implementations.
tridibsamanta/Learn-Java-Collections-Framework
A handy guide to some of the methods declared by the Collection, Map interfaces.
tridibsamanta/GeeksforGeeks_Solutions
My solution to some problems listed on GeeksforGeeks
tridibsamanta/LeetCode_Solutions
My solution to some problems listed on LeetCode
tridibsamanta/Operating_System_Materials
Operating System Study Notes
tridibsamanta/BlockchainBasics
Demonstrating the coin mining using Secure Hash Algorithm 2 (SHA-256)
tridibsamanta/CPP_STL
Learning the Standard Template Library (STL) in C++
tridibsamanta/Hackerrank
My solution to some problems listed on HackerRank
tridibsamanta/Tic_Tac_Toe
Enjoy playing Tic Tac Toe with bot.
tridibsamanta/WebDev
The journey to web development
tridibsamanta/30_Days_of_Code_Hackerrank_Solutions
My solutions to the 30 Days of Code challenges at Hackerrank.
tridibsamanta/Algorithmic-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.
tridibsamanta/AtCoder_Solutions
My solution to some problems listed on AtCoder.
tridibsamanta/Bit-Manipulation
Let's enjoy some bitwise hacks.
tridibsamanta/CodeChef_Solutions
This repository contains my solution to some problems listed on CodeChef
tridibsamanta/CSES_Solutions
My solution to the tasks which i solved on Code Submission Evaluation System (CSES).
tridibsamanta/HackerEarth_Solutions
My solution to some problems listed on HackerEarth.
tridibsamanta/HackerRank-1
HackerRank solutions in Java/JS/Python/C++/C#
tridibsamanta/Java
tridibsamanta/Multithreaded-Programming
Programs demonstrating multithreading
tridibsamanta/ProjectEuler_Solutions
My solution to some problems listed on projecteuler.net
tridibsamanta/SPOJ_Solutions
My solution to some problems listed on Sphere Online Judge (SPOJ)
tridibsamanta/teamtanay.jobchallenge.dev
The web repository for all things #teamtanayjobchallenge
tridibsamanta/tridibsamanta
Introductory repo.
tridibsamanta/UVa-Online-Judge_Solutions
Solution to some problems listed on UVa Online Judge
tridibsamanta/GuessingGame
A number guessing game in python.