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.

Results 1 to 6 of 6

Thread: Algorithms Java

  1. #1
    Junior Member
    Join Date
    Apr 2019
    Posts
    25
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default Algorithms Java

    Explains Algorithms with Beautiful Pictures Learn it Easy Better and Well

    Easy Learning Data Structures & Algorithms Java (2 Edition)

    This book is rich in examples, with beautiful pictures and texts, and explains the data structure and algorithms in a way that is easy to understand. It is designed to help programmers better use the energy of algorithms in daily projects.

    1. Classic reference book in the field of algorithms: reflects the core knowledge system of algorithms
    2. Comprehensive content: Comprehensive discussion of sorting, linked list, search, hash, graph and tree algorithms and data structures, covering the algorithms commonly used by every programmer
    3. The new Java implementation code, using a modular programming style, gives the actual code of the algorithm.
    Last edited by veretimothy; April 14th, 2021 at 08:39 PM.

  2. #2

  3. #3
    Junior Member
    Join Date
    Oct 2022
    Location
    Pune
    Posts
    26
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Algorithms Java

    I would recommend the book "Data Structures and Algorithms Made Easy" by Narasimha Karumanchi. It covers a variety of topics in data structures and algorithms and includes several worked-out examples and practice problems. If you need more information about the topic, you can see the additional resources: https://www.interviewbit.com/blog/da...orithms-books/

  4. #4

    Default Re: Algorithms Java

    Quote Originally Posted by Vithika Dutt View Post
    I would recommend the book "Data Structures and Algorithms Made Easy" by Narasimha Karumanchi. It covers a variety of topics in data structures and algorithms and includes several worked-out examples and practice problems. If you need more information about the topic, you can see the additional resources:
    I've been looking for this document for a long time, it's really helpful for me.

  5. #5
    Member Helium c2's Avatar
    Join Date
    Nov 2023
    Location
    Kekaha, Kaua'i
    Posts
    88
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Algorithms Java

    Did this book teach anybody how to become a better programmer? Or is it just for the software engineers. Programing may take time. Oreilly in a Nutshell seems like a good book. I've seen some of them in the library. I'd like to become a better programmer. Java programing is really eye awaking for me. So that's why I'm learning it. I understand the basic ideas in computer programming.
    Last edited by Helium c2; November 26th, 2023 at 12:43 AM. Reason: add information

  6. #6
    Member Helium c2's Avatar
    Join Date
    Nov 2023
    Location
    Kekaha, Kaua'i
    Posts
    88
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Algorithms Java

    I'd like to share my experience in Java Linux and chrome book. Using Netbeans does work. It is an integrated development environment. For any html blog. Example, adding gif animations to a web blog. Find an algorithm that you think is best suite to get the job done. And the computer compiler on your notebook or desktop will compile or run your gif files through. JVM platform is good for starters. Choose one that suits your pc needs.

    Steps
    1. Make out an algorithm to add a gif or picture file
    2. Test out. Using emails. Trials. Or any method u choose. Netbeans is a good real example, the idea works
    3. embed your gif files from your computer with nothing but typing
    4. Copy the whole URL from the web server. example google.com
    5. embed your files in google to <img src=" " alt="gif animation"/> This is the html code
    6. Press submit button
    7. This trains your computer to add those files you want on a blog text area

    This is my experiences in Java and Netbeans and what it does for any pc user. Just some programmer around. Nice to see you "TGI" The Garden Island.

Similar Threads

  1. Replies: 0
    Last Post: December 11th, 2018, 05:40 AM
  2. Replies: 1
    Last Post: July 12th, 2014, 04:19 AM
  3. what are the algorithms for java application silent updates?
    By appebel in forum Member Introductions
    Replies: 0
    Last Post: July 12th, 2014, 02:56 AM
  4. Need help with String algorithms
    By Zyrion in forum Java Theory & Questions
    Replies: 6
    Last Post: December 6th, 2013, 01:55 AM
  5. Algorithms to smoothen lines using java and eclipse
    By bczm8703 in forum Algorithms & Recursion
    Replies: 7
    Last Post: March 18th, 2012, 11:55 PM

Tags for this Thread