Arnab Dey (@arnab132)
  • Stars
    star
    61
  • Global Rank 295,929 (Top 11 %)
  • Followers 701
  • Following 1,378
  • Registered about 8 years ago
  • Most used languages
    Python
    75.0 %
    C++
    15.0 %
    Java
    5.0 %
  • Location ๐Ÿ‡ฎ๐Ÿ‡ณ India
  • Country Total Rank 10,042
  • Country Ranking
    C++
    1,298
    Python
    2,203

Top repositories

1

Alarm-Clock-using-Python

Implementation of Alarm Clock using Python with basic GUI
Python
9
star
2

Bellman-Ford-Algorithm-Python

Bellman Ford Algorithm Implementation using Python
Python
8
star
3

Packman-Game-Python

Packman Game in Python
Python
5
star
4

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.
C++
5
star
5

Calender-Program

Calender program. Given a year and we want to print the calendar for that year.
C++
4
star
6

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.
C++
4
star
7

Check-Krishnamurthy-Number

Check If a number is Krishnamurthy Number using Python
Python
4
star
8

Huffman-Coding-Python

Implementation of Huffman Coding using Python
Python
4
star
9

Meteorological-Data-Analysis-using-Python

Meteorological Data Analysis using Python
Jupyter Notebook
2
star
10

arnab132

Brief Information about Arnab Dey
2
star
11

Prims-Algorithm-Graph

Implementation of Prims Algorithm using Python
Python
2
star
12

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.
Python
2
star
13

Matrix-Multiplication-With-User-Input-Python

Implementation of Matrix Multiplication using Python taking User Input
Python
1
star
14

Ford-Fulkerson-Algorithm-Python

Implementation of Ford Fulkerson Algorithm using Python
Python
1
star
15

Balloon-Shooter-Game-Python

Implementation of Balloon Shooter Game in Python
Python
1
star
16

Pong-Game-Python

Pong Game using Python
Python
1
star
17

Magic-Square

A magic square of order n is an arrangement of n2 numbers, usually distinct integers, in a square, such that the n numbers in all rows, all columns, and both diagonals sum to the same constant. A magic square contains the integers from 1 to n2.
Python
1
star
18

Kruskals-Graph-Algorithm-Python

Implementation of Kruskal's Algorithm using Python
Python
1
star
19

PrimeNumber

Prime Numbers using Python. A positive integer greater than 1 which has no other factors except 1 and the number itself is called a prime number.
Python
1
star
20

Christmas-Tree-Pyramid-Pattern

Christmas Tree Pattern using Java
Java
1
star
21

Reverse-String-using-Recursion-in-Python

Implementation of Reverse String using Recursion in Python
Python
1
star