Skip to content

Instantly share code, notes, and snippets.

View garganshul108's full-sized avatar

Anshul Garg garganshul108

View GitHub Profile
////https://www.spoj.com/problems/JULKA/
/*
*
* 1. strings ko endpoint ni mil rha tha
* explicitly add '\0' at end of each char array like 112 => 112\0
* 2. index out of bound possible
* garbage return hora tha
*