User: Vijay0753

  • Public profile

User profile: Vijay0753

User info
User name:Vijay0753
History
Joined:
Number of posts:10
Latest posts:

Valid Palindrome Error
Given a non-empty string s, you may delete at most one character. Judge whether you can make it a pa...

Add Two Numbers
You are given two non-empty linked lists representing two non-negative integers. The digits are stor...

Dynamic 2D Array
[code] int **a = new int*[rows]; // allocate row pointers a[0] = new int[rows * cols]; //...

Dynamic 2D Array
Do i not choose the row first and then the column?

Dynamic 2D Array
Can someone explain how this works? I'm a little confused with the pointer to a pointer idea [cod...

This user does not accept Private Messages