• Stars
    star
    1
  • Language
    Python
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of Kruskal's Algorithm using Python

More 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

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
19

Christmas-Tree-Pyramid-Pattern

Christmas Tree Pattern using Java
Java
1
star
20

Reverse-String-using-Recursion-in-Python

Implementation of Reverse String using Recursion in Python
Python
1
star