Month: January 2017

04
Jan
2017

Some exercises I need to use instead of others

02
Jan
2017

WEKA Rushdi Shams Track

In 3rd video it explains some of the details about different results output comes. It’s important. In…

02
Jan
2017

URI Online Judge Solution | 1049 Animal

strcmp in c/c++ issues is the hard part nothing else…Just try to learn this 🙂 Logical condition…

02
Jan
2017

String Compare in C/C++

http://stackoverflow.com/questions/8004237/how-do-i-properly-compare-strings-in-c

02
Jan
2017

URI Online Judge Solution | 1048 Salary Increase

My failed code: http://ideone.com/4o96LX My succeeded accepted code: #include<iostream> #include<cstdio> using namespace std; int main() { double…

01
Jan
2017

WEKA

@relation weather @attribute outlook {sunny, overcast, rainy} @attribute temperature numeirc @attribute humidity numeric @attribute windy {TRUE,FALSE} @attribute…