An open API service indexing awesome lists of open source software.

https://github.com/nvinayvarma189/helping-lenna

Code for Image Processing Challenge on skillenza
https://github.com/nvinayvarma189/helping-lenna

accuracy image-processing lenna skillenza

Last synced: 7 months ago
JSON representation

Code for Image Processing Challenge on skillenza

Awesome Lists containing this project

README

          

# Helping-Lenna
**Code for Image Processing Challenge on skillenza.** View the challenge [here](https://skillenza.com/challenge/vidooly-datascience-jan2019).

[![DeepSource](https://static.deepsource.io/deepsource-badge-light.svg)](https://deepsource.io/gh/nvinayvarma189/Helping-Lenna/?ref=repository-badge)

![sample Image](https://github.com/nvinayvarma189/Helping-Lenna/blob/master/Sample%20Images/1.png)

The Nodes are the cities, edges are the two-way roads. If there is no possible path between two cities, then they are said to be in different states. There is a tax system here. If you want to travel from one state to another, you will be charged 1$.
There is no tax charge if you wish to visit a city within the same state.
# Question 1:
**What is the minimum number of dollars that Lenna need to carry to reach all the cities in the country?**

My Solution - 100% accuracy (10000 test images were given)

# Question 2:
**What is the maximum number of cities that Lenna can visit with just 1$?**

My solution - 94.4% accuracy (same 10000 test images were given)