Pinned Repositories
100-ways-to-print-HelloWorld-in-java
This repository is a quest to write the Hello World program in 100 different ways. It's also a good place to start contributing because it's super simple. Start an issue, submit a PR!
1000-ways-to-print-hello-world-in-python
This is a public repository where the aim is to print "Hello, World!" in all different possible ways.
8_block_puzzle
The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in order.
Algorithms
collection of algorithm...
BasicStarPatterns
star patterns :I guess U have heard about it...
Calculator
A calculator can be operated in INFIX mode as well as RPN mode.
DATA-STRUCTURE
Isn't It Miscellaneous?
genomic-selection
image-segmentation
Image segmentation is the process of partitioning a digital image into multiple segments (or regions), which is a widely used pre-processing step in various computer vision applications including object recognition.
Sketchpad
A canvas for creating artistic illustrations with simple shapes, striving to replicate the features of Microsoft Paint.
vitrag09's Repositories
vitrag09/production_project
vitrag09/vitrag.github.io
vitrag09/testrepo
vitrag09/Calculator
A calculator can be operated in INFIX mode as well as RPN mode.
vitrag09/genomic-selection
vitrag09/Image-Compression
vitrag09/tic-tac-toe-vs-ai
A game of tic-tac-toe against an AI trained with a minimax algorithm.
vitrag09/Sketchpad
A canvas for creating artistic illustrations with simple shapes, striving to replicate the features of Microsoft Paint.
vitrag09/sudoku
API for Transforming Sudoku Image into Two-Dimensional Array
vitrag09/vitrag09.github.io
vitrag09/BasicStarPatterns
star patterns :I guess U have heard about it...
vitrag09/1000-ways-to-print-hello-world-in-python
This is a public repository where the aim is to print "Hello, World!" in all different possible ways.
vitrag09/Sorting-Algorithms
A collection of sorting algorithms in various languages to help aid programmers. Brought together my the Open Source Community.
vitrag09/Algorithms
collection of algorithm...
vitrag09/text-editor
......
vitrag09/DATA-STRUCTURE
Isn't It Miscellaneous?
vitrag09/mini_games
well some of c games
vitrag09/8_block_puzzle
The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in order.
vitrag09/pacman-problem
a pacman is looking for food
vitrag09/image-segmentation
Image segmentation is the process of partitioning a digital image into multiple segments (or regions), which is a widely used pre-processing step in various computer vision applications including object recognition.
vitrag09/state-space-graph-
The search problem is formulated as a search graph G=(V, E), where each node of the graph represents a state and the arc (a, b) between the nodes indicates that state a is the resultant of successor function from state b. A search tree of the graph represents the possible actions that help in arriving the goal state. Root node of the tree corresponds to start state and the edges correspond to actions and costs
vitrag09/100-ways-to-print-HelloWorld-in-java
This repository is a quest to write the Hello World program in 100 different ways. It's also a good place to start contributing because it's super simple. Start an issue, submit a PR!