Commonly asked Data Structures and Algorithms Problems by big tech and different solution approaches with code in Java and C

Powered by Blogger.

Monday, January 16, 2017

1 comment:

  1. instead of defining the value of 'a' you could use
    cout<<UINT_MAX-b; //UINT_MAX is the max value of unsigned int and it is defined in limits header file

    ReplyDelete

Stats