Linked Lists

Similar Posts

  • Flowcharts

    A flowchart is a graphical way to show the logic of an algorithm. While there is a technical and specific way of showing a flowchart, it isn’t required to logically get information across. Sometimes you’ll find them in jokes, or shared between non-technical people. Clearly, based on the example, you can see how to follow…

  • Nested Lists

    While it is not encountered all the time, any web developer who has worked very long will encounter a need for nested lists – that is a list within a list, or what is sometimes called a sub-list. Nested lists allow for you to better organize groups of related items. Consider a packing list for…

  • Java Packages

    Related Java Classes can be grouped together in something called a package. A lot of people like to think of this as being like a folder in your file system, where you group related files. The difference is, that it is your related Java Classes. We’ve already looked at UML packages, and Java packages are…

  • |

    What Is Netiquette and Why It Matters

    People often think, and sometimes even say, “It’s just the internet” as they try to dismiss something rude, off-topic, or aggressive. But in today’s world, the internet is where much of life happens: school, work, socializing, networking, learning, even applying for jobs. So how we act online matters just as much as how we act…