arnab132
Developer | Competitive coder | Engineer | AI Enthusiast | Problem Solver | Member @EddieHubCommunity
India
Pinned Repositories
Alarm-Clock-using-Python
Implementation of Alarm Clock using Python with basic GUI
Bellman-Ford-Algorithm-Python
Bellman Ford Algorithm Implementation using Python
Calender-Program
Calender program. Given a year and we want to print the calendar for that year.
Check-Krishnamurthy-Number
Check If a number is Krishnamurthy Number using Python
Christmas-Tree-Pyramid-Pattern
Christmas Tree Pattern using Java
Fuzzy-C-Means-Clustering
Implementation of Fuzzy C-means algorithm using python. It is used for soft clustering purpose. Visualizing the algorithm step by step with the cluster plots at each step and also the final clusters.
Huffman-Coding-Python
Implementation of Huffman Coding using Python
Kmeans-Iris
K-means clustering on Iris dataset. We are given a data set of items, with certain features, and values for these features. The task is to categorize those items into groups. To achieve this, we will use the kMeans algorithm; an unsupervised learning algorithm.
Periodic-Table
The periodic table, also known as the periodic table of elements, is a tabular display of the chemical elements, which are arranged by atomic number, electron configuration, and recurring chemical properties.
TicTacToe-Game
Tic Tac Toe Game. Tic-tac-toe, noughts and crosses (Commonwealth English), or Xs and Os/“X’y O’sies”, is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid.
arnab132's Repositories
arnab132/Alarm-Clock-using-Python
Implementation of Alarm Clock using Python with basic GUI
arnab132/Periodic-Table
The periodic table, also known as the periodic table of elements, is a tabular display of the chemical elements, which are arranged by atomic number, electron configuration, and recurring chemical properties.
arnab132/Calender-Program
Calender program. Given a year and we want to print the calendar for that year.
arnab132/TicTacToe-Game
Tic Tac Toe Game. Tic-tac-toe, noughts and crosses (Commonwealth English), or Xs and Os/“X’y O’sies”, is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid.
arnab132/Check-Krishnamurthy-Number
Check If a number is Krishnamurthy Number using Python
arnab132/Christmas-Tree-Pyramid-Pattern
Christmas Tree Pattern using Java
arnab132/Kmeans-Iris
K-means clustering on Iris dataset. We are given a data set of items, with certain features, and values for these features. The task is to categorize those items into groups. To achieve this, we will use the kMeans algorithm; an unsupervised learning algorithm.
arnab132/Matrix-Multiplication-With-User-Input-Python
Implementation of Matrix Multiplication using Python taking User Input
arnab132/Calculator-Application-GUI-Python
Simple Calculator Application GUI Implemented using Python
arnab132/Dijkstras-Algorithm-Python
Implementation of Dijkstra Algorithm using Python
arnab132/Heap-Sort-using-Min-Heap
Heap sort using Min Heap concept in Java
arnab132/Kruskals-Graph-Algorithm-Python
Implementation of Kruskal's Algorithm using Python
arnab132/Pong-Game-Python
Pong Game using Python
arnab132/Priority-Queue-Java
Priority Queue implementation using Java
arnab132/Reverse-String-using-Recursion-in-Python
Implementation of Reverse String using Recursion in Python
arnab132/AviatrixACE
Aviatrix ACE (Aviatrix Certified Engineer) Multi-Cloud Networking Associate Exam Notes + Study Guide
arnab132/DecisionTreeRegressor
Decision Tree Regression using Python
arnab132/Digital-Clock-using-Python
Implementation of Digital Clock using Python
arnab132/Factorial-of-Large-Number
Find the Factorial of a large number using Python
arnab132/Generate-Graph-using-Python-Dictionary
arnab132/GitHubGraduation-2021
Join the GitHub Graduation Yearbook and "walk the stage" on June 5.
arnab132/Graph-Plotting-Python
Graph Plotting Implementation using Python
arnab132/Mirror-Image-Number-Pattern
Print Mirror Number Pattern in Java
arnab132/Paint-Python
Implementation of Paint using Python
arnab132/Perl-Loops
Implementation of various loops in Perl programming language
arnab132/Quick-Sort
Quick Sort Implementation using Java
arnab132/Shortest-Path-SPOJ-Solution
SPOJ problem solution of the Shortest Path problem
arnab132/Snake-Game
Simple Snake Game in Python with Tkinter
arnab132/Text-Editor-App-using-Python
Text Editor Application GUI using Python
arnab132/Union-Intersection-of-Two-Unsorted-Arrays
Union and Intersection of two unsorted arrays using Python