Programming and Algorithms
Friday, 18 July 2014
A checklist for every Computer Science student
›
The below List contains essential things according to me a computer science student should know. Please add your views in comments. ...
1 comment:
Thursday, 20 March 2014
Strtok Function in C
›
string s; getline(cin,s); char *pch; char str[10000]; // you s.c_str() returns a const char * pointer you can not d...
Monday, 10 March 2014
IOPC editorials
›
You can download the editorial from here. https://drive.google.com/file/d/0B8cc7eHcqRVNd240QklvTE1kLU0/edit?usp=sharing
Wednesday, 26 February 2014
Invitation for participation in IOPC 2014, IIT Kanpur
›
The Department of Computer Science & Engineering, Indian Institute of Technology, Kanpur ( http://cse.iitk.ac.in /) and the Techkriti...
Sunday, 2 February 2014
WPC # 4 Editorials
›
First of all I want to say you sorry for not making some really easy problems. Next time I will make sure that this does not happen...
6 comments:
Wednesday, 15 January 2014
Multiplication of two long numbers modulo a long number.
›
LL multiplication (LL a, LL b, LL mod) { LL res = (a * ((long double) b / (long double) mod)); // put the number in long double, a...
Tuesday, 14 January 2014
WCP #3 And Editorials
›
WPC #3 was held on this sunday. http://aca.cse.iitk.ac.in/public/ Problems have been moved to spoj. Editorials: (these editorials are m...
5 comments:
›
Home
View web version