Ahamad Basha NSintro-to-c-net-core.hashnode.dev·Dec 14, 2024Generic COLLECTIONS part 1This backpack is special because it can hold all sorts of things, like toys, books, or even snacks! You can put things in, take them out, and organize them in different ways. In coding we call it a Collection. Let's understand them one by one. List<T...hash set
Amulyaawscloudbasics.hashnode.dev·Dec 10, 2024Python Lists and Tuples: A Comprehensive Guide for DevOps EngineersIntroduction In the world of Python programming, lists and tuples are fundamental sequence data types that every developer and DevOps engineer should master. This guide will walk you through the basics of lists and tuples, their differences, and prac...pythonlist
Jyotiprakash Mishrablog.jyotiprakash.org·Nov 29, 2024Collections in JavaIn the world of programming, data is king. Everything we design, every application we build, revolves around efficiently managing and processing data. From a simple list of tasks in a to-do app to managing millions of customer records in an enterpris...90 readsJava
Vaishnavi Dwivedivaishd.hashnode.dev·Nov 18, 2024Java Collections FrameworkImagine you're in a busy kitchen, using different tools to prepare a meal—this is similar to the Java Collections Framework. It provides a set of classes and interfaces to store, manage, and retrieve data in your programs. Just like you have differen...Learn DSA - JAVAJava List, Set, Map, Queue
Arnav Singhpythonfornoobs.hashnode.dev·Nov 12, 2024Comprehensive Guide to Python Data Structures: Lists and TuplesKey Takeaways ConceptSummary ListsMutable, ordered collections that can store different types of data. Creating ListsLists can be created using square brackets []. TuplesImmutable, ordered collections that store different types of data. Cre...11 likesPython for NoobsPython
Faria Karimfariakarim.hashnode.dev·Nov 1, 2024Choosing the Right Data Structure in Ballerina: A Practical GuideIntroduction Ballerina, a cloud-native programming language, brings together flexibility and simplicity, making it easy to work with data structures. This blog will cover essential data structures in Ballerina: lists, maps, records, and tables, along...data structures
Sai Prasanna Maharanasaimaharana.hashnode.dev·Oct 28, 2024Python Lists: An In-Depth GuideIntroduction In Python, a list is a built-in data structure that is mutable, ordered, and allows duplicate elements. Lists are versatile and widely used for storing collections of items such as numbers, strings, or even other lists. Table of Content...pythonPython
LABORE KODJO AGBETSIASSIstarlabman.hashnode.dev·Oct 22, 2024Smart Contracts: Transforming Agreements in a Digital WorldIntroduction: Smart contracts are self-executing contracts with the terms of the agreement written directly into code. These contracts are stored and executed on a blockchain, ensuring transparency, security, and immutability. From automating financi...1 likeinnovation
Akash De Alwiszencode002.hashnode.dev·Oct 6, 2024Understanding Java Data Structures: Stacks, Queues, Lists, and Trees.Java is a sophisticated programming language and comes with a variety of data structures to make managing data easy. Learning these data structures is important for all computer science oriented students as they are the foundation of algorithms and d...#javaqueues
Sekhudinsyaikhu.hashnode.dev·Oct 6, 2024ArrayList VS LinkedListHello gengs, ada gak diantara kalian yang masih bingung perbedaan ArrayList dengan LinkedList ? Nah, berikut aku share catatan kecil terkait perbedaan diantara keduanya yah. Btw, kalau ada kekeliruan atau kesalahan pada catatanku ini tolong bantu kor...33 readscomparation