Rishab Pandey

Results 7 issues of Rishab Pandey

## Have you read the Contribution Guidelines? Yes. ## Description Please refer this updated Program to check whether a number is evil or not. ## Checklist - [x] I've read...

## Have you read the Contribution Guidelines? Yes. ## Description Updated python program to find whether a number is evil or not. ## Checklist - [x] I've read the contribution...

## Have you read the Contribution Guidelines? Yes. ## Description Added floyd warshall algorithm in c#. ## Checklist - [x] I've read the contribution guidelines. - [x] I've checked the...

## Have you read the Contribution Guidelines? Yes. ## Description Added program to check whether a number is evil or not in python. Also updated README.md ## Checklist - [x]...

## Have you read the Contribution Guidelines? Yes. ## Description Added prefix sum array program in javascript and updated README.md ## Checklist - [x] I've read the contribution guidelines. -...

## Have you read the Contribution Guidelines? Yes. ## Description Updated prefix sum array program. (Write your answer here.) ## Checklist - [x] I've read the contribution guidelines. - [x]...

Added a code to sort the given array using bubble sort which is an sorting algorithm which works in O(n^2) time complexity.