Re: [algogeeks] Opening in Oracle IDC: Having experience in C/C++ 1.5 to 3 yr

2015-11-15 Thread shashi kant
HI, thanks for letting me know ... *Shashi Kant * *"Think positive and find fuel in failure"* *Senior Member technical Staff* *Oracle India Pvt Ltd* http://thinkndoawesome.blogspot.com/ On Mon, Nov 16, 2015 at 4:31 AM, Shachindra A C wrote: > You're not supposed to post

[algogeeks] Opening in Oracle IDC: Having experience in C/C++ 1.5 to 3 yr

2015-11-11 Thread shashi kant
hi, *Note:* if an inappropriate mail ..please do ignore Opening in Oracle IDC: Having experience in C/C++ 1.5 to 3 yr ..mail your resume to me Regards, *Shashi Kant * *"Think positive and find fuel in failure"* *Senior Member technical Staff* *Oracle India Pvt

[algogeeks] Principle Engineer Openings [7-10 yrs exp] [Oracle] [Bangalore]

2015-09-07 Thread shashi kant
contact me. * Regards, *Shashi Kant * *"Think positive and find fuel in failure"* *Senior Member technical Staff* *Oracle India Pvt Ltd* http://thinkndoawesome.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group.

Re: [algogeeks] Remove minimum set of vertices to make the grap divided into more than one component

2014-05-04 Thread shashi kant
T_SET remove this vertex from graph and repeat step1->step2 } } Not an efficient way but i did solved it this way . ... what i'm looking for is a better way . *Shashi Kant * *"Think positive and find fuel

[algogeeks] Remove minimum set of vertices to make the grap divided into more than one component

2014-04-29 Thread shashi kant
http://www.geeksforgeeks.org/minimum-cut-in-a-directed-graph/ is suitable here. *Thanks & Regards,* *Shashi Kant * *"Think positive and find fuel in failure"* http://thinkndoawesome.blogspot.com/ *Senior Software Engineer* *Samsung Research India Bangalore .* -- You received this m

Re: [algogeeks] Re: Area of Intersection of two rectangles which can be intersecting at any angle

2012-11-20 Thread shashi kant
@don thanks for the link *Shashi Kant * ***"Think positive and find fuel in failure"* http://thinkndoawesome.blogspot.com/ On Tue, Nov 20, 2012 at 10:18 PM, Don wrote: > This might be helpful too: > http://www.mathopenref.com/coordpolygonarea2.html > > > On Nov

Re: [algogeeks] Balanced Partitioning of Subsets

2012-11-20 Thread shashi kant
checkout these links http://people.csail.mit.edu/bdean/6.046/dp/ =>#7 https://www.youtube.com/watch?feature=player_embedded&v=GdnpQY2j064 *Shashi Kant * ***"Think positive and find fuel in failure"* http://thinkndoawesome.blogspot.com/ *System/Software Engineer* *Hewl

Re: [algogeeks] Repeating element with constraints

2012-11-19 Thread shashi kant
@RushirajPatel if you happen to have looked at the page ..3rd solution is the XOR one which is may be a solution for 2 missing numbers but the trick can well be used here.. have a close look there --

Re: [algogeeks] Repeating element with constraints

2012-11-18 Thread shashi kant
check this linkit has many different solutions to this problem http://www.geeksforgeeks.org/archives/7953 *Shashi Kant * ***"Think positive and find fuel in failure"* *+917259733668 * http://thinkndoawesome.blogspot.com/ *System/Software Engineer* *Hewlett-Packard India Software

Re: [algogeeks] Re: Given a two dimensional graph with points on it, find a line which passes the most number of points.

2012-10-01 Thread shashi kant
thanks @dave *Shashi Kant * ***"Think positive and find fuel in failure"* *System/Software Engineer* *Hewlett-Packard India Software Operations. * On Mon, Oct 1, 2012 at 10:42 PM, Dave wrote: > @Shashi: It has been discussed before, and an O(n^2 log n) solution is > out

[algogeeks] Given a two dimensional graph with points on it, find a line which passes the most number of points.

2012-10-01 Thread shashi kant
Given a two dimensional graph with points on it, find a line which passes the most number of points. Can somebody suggest possible ways to do it. *(or point me to the post if this problem is already discussed)* *Thanks & Regards,* *Shashi Kant * ***"Think positive and find fuel i

Re: [algogeeks] Re: Google Q : all anagrams next to each other

2012-10-01 Thread shashi kant
tChars(s1).compareTo(sortChars(s2)); } } *Shashi Kant * ***"Think positive and find fuel in failure"* http://thinkndoawesome.blogspot.com/ *System/Software Engineer* *Hewlett-Packard India Software Operations. * On Sun, May 27, 2012 at 2:56 AM, Navin Gupta wrote: > @jalaj :- we will

Re: [algogeeks] Microsoft written test question

2012-09-06 Thread shashi kant
that what i mentioned finding original BST or a correcting the BST property ... my method will only maintains the BST property... -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com.

Re: [algogeeks] Microsoft written test question

2012-09-05 Thread shashi kant
well in that case there can be simpler ways to do it do an inorder traversal while checking prevhttp://thinkndoawesome.blogspot.com/ *System/Software Engineer* *Hewlett-Packard India Software Operations. * On Wed, Sep 5, 2012 at 12:43 PM, atul anand wrote: > @Shashi : i dont see any differenc

Re: [algogeeks] Microsoft written test question

2012-09-05 Thread shashi kant
Is it required only to retain the BST property ?? or to retain the original BST (tree) *Shashi Kant * ***"Think positive and find fuel in failure"* http://thinkndoawesome.blogspot.com/ *System/Software Engineer* *Hewlett-Packard India Software Operations. * On Tue, Sep 4, 2012

Re: [algogeeks] Re: give the algo or program to find second largest element in a list using tournament method

2012-09-04 Thread shashi kant
. Get all those elements defeated by the least element ... that number should be of order O(n) get the second least element out of it in O(n) time. *Shashi Kant * *"Think positive and find fuel in failure"* http://thinkndoawesome.blogspot.com/ *System/Software Engineer* *Hewlett-Packard

Re: [algogeeks] String

2011-09-13 Thread shashi kant
>> > To unsubscribe from this group, send email to >> > algogeeks+unsubscr...@googlegroups.com. >> > For more options, visit this group at >> > http://groups.google.com/group/algogeeks?hl=en. >> > >> >> -- >> You received this message

Re: [algogeeks] Citrix C Question

2011-08-24 Thread shashi kant
int main(){ printf("%t",&main); //sleep(1000); return 0; } this works for you On Thu, Aug 25, 2011 at 12:12 PM, shashi kant wrote: > @ankur it's showing lvalue error.u should check it in some compiler > first > > > > On Thu, Aug 25, 2011

Re: [algogeeks] Citrix C Question

2011-08-24 Thread shashi kant
this group, send email to algogeeks@googlegroups.com. >> To unsubscribe from this group, send email to >> algogeeks+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > -- > You received thi

Re: [algogeeks] spoj coin tossing

2011-08-24 Thread shashi kant
ail to > algogeeks+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > > -- *Shashi Kant * ***"Think positive and find fuel in failure"* *+919002943948 * *R&D engineer , Tejas Networks Ltd Banglore. * -- You recei

Re: [algogeeks] Re: question on fork()

2011-08-24 Thread shashi kant
ks+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > > -- *Shashi Kant * ***"Think positive and find fuel in failure"* *+919002943948 * *R&D engineer , Tejas Networks Ltd Banglore. * -- You received this me

Re: [algogeeks] Linklist question

2011-08-24 Thread shashi kant
t; algogeeks+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To pos

Re: [algogeeks]

2011-08-24 Thread shashi kant
more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- *Shashi Kant * ***"Think positive and find fuel in failure"* *+919002943948 * *R&D engineer , Tejas Networks Ltd Banglore. * -- You received this message because you are subscribed to

Re: [algogeeks] Re: binary tree ques

2011-08-23 Thread shashi kant
email to > algogeeks+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- *Shashi Kant * ***"Think positive and find fuel in failure"* *+919002943948* Final Yr. Cse ,Undergraduate Student, *National Institute Of

Re: [algogeeks] Problem regarding MySql server Installation

2011-04-28 Thread shashi kant
http://forums.mysql.com/read.php?11,278745,278745 this works for me will work for you too <http://forums.mysql.com/read.php?11,278745,278745> On Fri, Apr 29, 2011 at 8:34 AM, shashi kant wrote: > try this http://www.fixya.com/support/t840251-mysql_error_messeage > > > > On

Re: [algogeeks] Problem regarding MySql server Installation

2011-04-28 Thread shashi kant
message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to algogeeks@googlegroups.com. > To unsubscribe from this group, send email to > algogeeks+unsubscr...@googlegroups.com. > For more options, visit this group a

[algogeeks] MNNIT Programming Contest.

2007-09-20 Thread Shashi Kant
to other people as well . http://avishkar.mnnit.ac.in/iopc/iopc.php Do Join us. -- Shashi Kant Sharma Final Yr CSE NIT, Allahabad -- Shashi Kant Sharma Final Yr CSE NIT, Allahabad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[algogeeks] Re: Hacking Tools and Security Systems

2007-04-25 Thread Shashi Kant
s work, and then you > will move on to scanning and attacking your own networks. You will > also learn about escalated privileges, intrusion detection, DDOS > attacks, buffer overflows, and virus creation. > > For more information, you can visit our website at : &g

[algogeeks] Re: RR*=R* ?

2007-03-27 Thread Shashi Kant
which book ?? On 3/27/07, Dhruva Sagar <[EMAIL PROTECTED]> wrote: > > But it is used in books about automata...I am not agreeing to it being a > valid assumption anyways. > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[algogeeks] Re: RR*=R* ?

2007-03-27 Thread Shashi Kant
Yes, RR* = R+ is fine. On 3/27/07, Karthik Singaram L <[EMAIL PROTECTED]> wrote: > > > sorry > RR* = R+ is the valid assumption > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post

[algogeeks] Re: RR*=R* ?

2007-03-27 Thread Shashi Kant
Don't think such an assumption can be used. Its not possible for RR* == R*. On 3/27/07, Dhruva Sagar <[EMAIL PROTECTED]> wrote: > > RR*=R* is an assumption that is often made for conveniences in some books. > I don't quite beleive it to be correct either. > > > > --~--~-~--~~