Skip to content

Instantly share code, notes, and snippets.

View ibbyzj's full-sized avatar

Ibrahim Jumkhawala ibbyzj

View GitHub Profile
@saran87
saran87 / candies.cpp
Created August 23, 2012 19:24
candies - interview street problem
#include <iostream>
using namespace std;
int main() {
int N;
//Get Number of students
cin>>N;
//initialize rating and candidates array