Jump to content

Recommended Posts

Posted

.net fresher ki job kavali bhayya india lo emaina unte help chey

  • Replies 221
  • Created
  • Last Reply

Top Posters In This Topic

  • dotnetrockz

    32

  • puli_keka

    31

  • karna11

    28

  • Suhaas

    16

Posted

pK emina idea vachindhii dheni medhaaa

workflows concept lite teeskunnam, maa company lo some internal tool edo undi, they are pulling from our database to some other location..only concentrating on post processing.. daridram vadilindhi, i had no interest on workflows tobe honest

  • 2 weeks later...
Posted

need help to a frnd ... sorted array of integers from 1 to 10000, which contains a single duplicated value, write a function that returns the duplicate ... 

ye language lo ina parle ..preferable java

Posted

need help to a frnd ... sorted array of integers from 1 to 10000, which contains a single duplicated value, write a function that returns the duplicate ... 

ye language lo ina parle ..preferable java

void Main()
{
int[] arr = new int[] {1,2,3,4,5,6,6,7,8,9};
GetDeplicate(arr);
}
 
// Define other methods and classes here
 
 
int GetDeplicate(int[] arr)
{
for(int i=0;i<arr.Length-2;i++)
{
if(arr[i]==arr[i+1])  return arr[i];
}
return -1;
}
Posted

 

void Main()
{
int[] arr = new int[] {1,2,3,4,5,6,6,7,8,9};
GetDeplicate(arr);
}
 
// Define other methods and classes here
 
 
int GetDeplicate(int[] arr)
{
for(int i=0;i<arr.Length-2;i++)
{
if(arr[i]==arr[i+1])  return arr[i];
}
return -1;
}

 

starky calls teskuntava?

Posted

starky calls teskuntava?

nenu inka antha range ki raaledu.. 

Posted

 

void Main()
{
int[] arr = new int[] {1,2,3,4,5,6,6,7,8,9};
GetDeplicate(arr);
}
 
// Define other methods and classes here
 
 
int GetDeplicate(int[] arr)
{
for(int i=0;i<arr.Length-2;i++)
{
if(arr[i]==arr[i+1])  return arr[i];
}
return -1;
}

 

thanks bro..but need it for N num of elements

Posted

nenu inka antha range ki raaledu.. 

k do u know anyone who can take the calls .net lo?

Posted

thanks bro..but need it for N num of elements

it works for any number kada.. nenu edo pass chesa konni elements teeskoni ..   position    and position+1  match aithe adhe duplicate element

Posted

k do u know anyone who can take the calls .net lo?

at this moment idea ledu, will keep in mind..telisthe pm chestha 

 

LTT for others

Posted

at this moment idea ledu, will keep in mind..telisthe pm chestha 

 

LTT for others

thanks dude...evarana unte cheppu frnd ki kavali 

Posted

https://www.youtube.com/watch?v=1ynbHTalzVk

Posted

Nissan Saab, vinnava videooo mottham? any New Features u observed?

  • 2 months later...
×
×
  • Create New...