Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

6 Visitor Messages

  1. View Conversation
    Can you teach me about the java program?
  2. View Conversation
    hi my name is asim
  3. View Conversation
    hi
    i need one help from u sir
  4. View Conversation
    hi
    i need one help from u sir
  5. View Conversation
    Pls send ASP
  6. View Conversation
    Problem 1:
    Given two strings s1 and s2, remove wherever the occurrence of s2 in s1.

    e.g.,
    s1: "keywaxcludkwphwaxijv"
    s2: "wax"
    output: "keycludkwphijv"


    Problem 2:
    Delete nodes at even positions of a singly-linked list. Assume that first node starts at position 1
    e.g.,
    input: 10 20 30 40 50 60 70
    output: 10 30 50 70
Showing Visitor Messages 1 to 6 of 6
About alcot2hyw

Basic Information

Statistics


Total Posts
Total Posts
0
Posts Per Day
0
Visitor Messages
Total Messages
6
Most Recent Message
July 7th, 2012 08:36 AM
Total Thanks
Total Thanks
0
  • Thanked 0 Times in 0 Posts
General Information
Last Activity
March 2nd, 2013 03:44 AM
Join Date
October 3rd, 2011