Java Program to Demonstrate the Use of Linked List
This is a very simple implementation of linked list in java programming language. Very nice and well commented java source code for beginners.
Read MorePosted by M. Saqib | Oct 31, 2008 | Java: Java Programming Concepts |
This is a very simple implementation of linked list in java programming language. Very nice and well commented java source code for beginners.
Read MorePosted by M. Saqib | Oct 30, 2008 | Java: Java Programming Concepts |
This is a simple Java program to demonstrate the Stack data structure implementation. This code provides a simple implementation of a stack with basic operations (push, pop, and isEmpty).
Read MorePosted by M. Saqib | Oct 29, 2008 | C#, ASP.NET Core and .NET Applications Code |
This is a simple C# .NET Program to validate email address. The ValildateEmail() function checks for a valid email and returns true if the email address is a valid email otherwise it returns false if the email address is not proper syntax. The code is well commented and should explain what is happening .
Read MorePosted by M. Saqib | Oct 28, 2008 | C Programming Source Code |
This C program is designed to compute the factorial of a user-entered integer. The program employs a for loop to calculate the factorial and then displays the result. The user can continue inputting positive integers to obtain their factorials until a non-integer input is provided which terminates the program.
Read MorePosted by M. Saqib | Oct 27, 2008 | General Books |
Sams Teach Yourself Computer Basics in 24 Hours is the replacement documentation that you don’t get with sub-$1000 computers. It’s designed to be an “all-in-one solution” to help users to get up and...
Read MorePosted by M. Saqib | Oct 26, 2008 | Web Design & Development |
When static HTML pages no longer cut it, you need to step up to dynamic, database-driven sites that represent the future of the Web. In PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide, the author of best-selling...
Read MorePosted by M. Saqib | Oct 25, 2008 | Computer Hardware and Electronics Books |
Upgrading and Repairing PCs is the runaway best-selling PC hardware book of all time and one of the best-selling computer books ever! This 15th Edition is loaded with the most up-to-date hardware information anywhere....
Read MorePosted by M. Saqib | Oct 25, 2008 | Computer Science Books |
In this second edition of his successful book, experienced teacher and author Mark Allen Weiss continues to refine and enhance his innovative approach to algorithms and data structures. Written for the advanced data structures...
Read More