Gilakkay Posted April 24, 2015 Report Posted April 24, 2015 .net fresher ki job kavali bhayya india lo emaina unte help chey
puli_keka Posted April 24, 2015 Report Posted April 24, 2015 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
D.V.S.KARNA Posted May 7, 2015 Report Posted May 7, 2015 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
puli_keka Posted May 7, 2015 Report Posted May 7, 2015 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; }
agora Posted May 7, 2015 Report Posted May 7, 2015 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?
puli_keka Posted May 7, 2015 Report Posted May 7, 2015 starky calls teskuntava? nenu inka antha range ki raaledu..
D.V.S.KARNA Posted May 7, 2015 Report Posted May 7, 2015 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
agora Posted May 7, 2015 Report Posted May 7, 2015 nenu inka antha range ki raaledu.. k do u know anyone who can take the calls .net lo?
puli_keka Posted May 7, 2015 Report Posted May 7, 2015 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
puli_keka Posted May 7, 2015 Report Posted May 7, 2015 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
agora Posted May 7, 2015 Report Posted May 7, 2015 at this moment idea ledu, will keep in mind..telisthe pm chestha LTT for others thanks dude...evarana unte cheppu frnd ki kavali
karna11 Posted May 13, 2015 Author Report Posted May 13, 2015 https://www.youtube.com/watch?v=1ynbHTalzVk
karna11 Posted May 13, 2015 Author Report Posted May 13, 2015 Nissan Saab, vinnava videooo mottham? any New Features u observed?
Recommended Posts