Competitive-Programming
Competitive-Programming copied to clipboard
This is a collection of useful Competitive Programming material!
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Fix for result[1][0]
Python script for PrimeNumbersSieve
https://github.com/gkcs/Competitive-Programming/blob/0de94d3d689d7e16b58c8cbc00b6744a5c6ec2fb/src/main/java/main/java/InputReader.java#L40 I tried type casting this to char because earlier it was returning ascii values of all the characters appended. Works fine now.
In line number 32 of MosUpdate.java, shouldn't it be `tempValueHolder[index]` instead of `tempValueHolder[i]`