Yashwanthdsainjava.hashnode.dev·Dec 5, 2024Java for DSA Part 1Introduction to Java: Java is general purpose and powerful language. It is fundamentally an object oriented programming language. Java is platform independent(portable), you write a program in your system and it can also run on other platform, you ...Java
Pavan Varmapavan-varma.hashnode.dev·Dec 3, 2024Java 101: Understanding Variables, Data Types, and Input/OutputIntroduction: Java is one of the most popular and versatile programming languages in the world, and it is used in everything from web applications to mobile apps. Understanding the basics is essential if you're starting your journey into Java. In thi...DSA
Shreya Pandeyshreyasblog.hashnode.dev·Nov 29, 2024Beginning of my DSA journeyI have always had this urge to start a thing and become a pro at that and then move to next level, which became threat to the self-study. Because consistency is all that matters here. I have considered myself with superpowers because I assumed that I...1 likeDSA
Rohit Gawanderohit253.hashnode.dev·Nov 28, 2024Chapter 36: Exception Handling - Part 3 of Full Stack Java Development SeriesIntroduction In the world of programming, errors and unexpected situations are inevitable. As developers, we must anticipate and handle these situations gracefully to ensure our applications remain robust, reliable, and user-friendly. This is where e...Full Stack Java DevelopmentDSA
Nikhil Ramtekegit-command.hashnode.dev·Nov 17, 2024Chapter 3: FAANG-Style String Problems: Interview Prep for Top Tech CompaniesWelcome to Chapter 3 of our DSA in Java journey! Today, we’re diving into strings—one of the most crucial topics for acing coding interviews. Mastering string problems is essential for success in technical interviews, as they test a wide range of ski...3 likesJava
Nikhil Ramtekegit-command.hashnode.dev·Nov 15, 2024Chapter 2 : Mastering Arrays: A Key to Cracking FAANG DSA InterviewsWelcome to Chapter 2 of our DSA in Java journey! Today, we'll delve into arrays, one of the fundamental building blocks of programming and a crucial concept for FAANG interview success. 2.1: What are Arrays? An array is a data structure used in progr...10 likes·44 readsJava
Rohit Gawanderohit253.hashnode.dev·Nov 15, 2024Chapter 6: Full Stack JavaScript Bootcamp Revision Class – Mastering CSS FundamentalsTable of Contents Introduction to CSS What is CSS? Importance of CSS in Web Development Overview of CSS Integration Methods Three Ways to Link CSS Inline CSS Internal CSS External CSS Priority of CSS Methods How CSS Works Selectors De...Full Stack Javascript#CSS, #AdvancedCSS, #WebDesign, #ButtonStyling, #LinkStates, #Hover, #Focus, #WebDevelopment, #FrontEndDevelopment, #FullStackJavaScript, #JavaScriptBootCamp, #WebDesignTricks, #UXDesign, #ResponsiveDesign, #CSSStates, #LearnCSS
Rohit Gawanderohit253.hashnode.dev·Nov 9, 2024Chapter 47 -Segment Trees: The Final Chapter of My DSA JourneyHey everyone! 🎉 I’m thrilled to share that this is the last chapter in my DSA with Java series! It’s been an incredible journey, and I’m excited to wrap it up with an important topic: Segment Trees. Segment trees are a powerful data structure, used ...software development
Rohit Gawanderohit253.hashnode.dev·Nov 9, 2024Chapter 46: Dynamic Programming (Part 6) - DSA SeriesWelcome to Chapter 46 of my Data Structures and Algorithms (DSA) Series! In this chapter, we dive into essential dynamic programming concepts focused on matrix operations and complex problem-solving techniques. Dynamic programming is all about breaki...tabulation
Rohit Gawanderohit253.hashnode.dev·Nov 9, 2024Title: Chapter 45: Dynamic Programming (Part 5) – Wildcard Matching, Catalan's Number, Counting BSTs, and Mountain RangesIntroduction Welcome to Part 5 of the Dynamic Programming series! In this chapter, we'll tackle challenging problems that involve pattern matching, combinatorics, and counting structures. Topics include: Wildcard Matching (explanation and code) Cat...DSA(Data Structure and Algorithm) In JAVAcatalan