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...Discuss·2 likesJava
Nachiketcodewithnachiket.hashnode.dev·Nov 3, 2024Mastering Java Strings: String Pool, Immutability, and the Power of StringBuilderIntroduction Welcome to another deep dive into essential Java concepts! This time, we'll uncover the inner workings of Strings in Java—how they are stored, what makes them efficient, and the game-changing role of StringBuilder. Understanding these fu...Discuss·10 likesJava
Keerthi Ravilla Subramanyamkeerthiravillasubramanyam.hashnode.dev·Oct 5, 2024Strings in Data Structures: Essential Information and TipsStrings are a fundamental data structure in programming that plays a crucial role in handling text-based data. From user inputs and file handling to data processing and representation, strings are essential in virtually every application. They provid...Discuss·10 likesData structures courseStrings
Vitthal Korvanvitthal-korvan.hashnode.dev·Sep 29, 2024Strings in JavaScriptWhat is String? A string in programming is a sequence of characters (letters, numbers, symbols, and spaces) typically used to represent text. Strings are often enclosed in quotation marks (" " or ' '). String have some in build methods which can used...Discuss·2 likesJavaScript CoreStrings
David Oluwafemi Joshuadavisphem.hashnode.dev·Sep 27, 2024Data Structures and Algorithms Unfolded: KMP, Rabin-Karp and Manacher Through My Lens (Series 1)KMP Algorithm: Making Pattern Matching Less of a Wild Goose Chase Imagine you’re trying to find your lost cat in a large city. You can’t just walk up to every cat on the street and ask, “Are you mine?” You need a strategy. That’s where Knuth-Morris-P...Discuss·20 likes·88 readsData Structures and Algorithms Unfolded: Through My Lensmanacher
Tuanh.nettuanhnet.hashnode.dev·Sep 21, 20245 Easy Tricks to Concatenate Strings in JavaSource: 5 Easy Tricks to Concatenate Strings in Java 1. Using the + Operator The + operator is the simplest and most commonly used method to concatenate strings in Java. It’s intuitive and easy to understand, making it a popular choice among b...DiscussJava
Rohit Gawanderohit253.hashnode.dev·Sep 15, 2024Chapter 1: Variables and Data Types in JavaJava is a powerful programming language widely used for building various applications. In this chapter, we will explore some fundamental concepts such as creating a Java file, understanding boilerplate code, and working with variables and data types....DiscussDSA(Data Structure and Algorithm) In JAVAapna college
Hardik Dhamijahardikdhamija.hashnode.dev·Sep 15, 2024Decoding String Interview Questions: Set 1 - BasicsA Guide to Common Basic String Challenges in Coding Interviews Introduction In my previous blog, "JavaScript String Methods Explained: Practical Examples Tutorial," I covered essential string manipulation methods with practical examples. If you haven...DiscussJavaScript Debug: Interview Prep SeriesJavaScript
Sahil Sainisahilsaini110.hashnode.dev·Sep 14, 2024Important String Methods in JavascriptSo let us start by creating a string, there are various ways to do this but here i am using Object. let val = new String("string-metHODs-in-js "); The way we are going to learn this method is first I will describe what particular method is used fo...Discuss·1 likeJavaScript
Divyansh Savitatechzacker.hashnode.dev·Sep 13, 2024String methods in JavaScriptanchor(),big(),blink(),bold(),fixed(),fontcolor(),fontsize(),italics(),link() method is deprecated in JavaScript. The at() returns an indexed character from a string.It says whatever string at that particular index it is the answer. let text = "I am ...Discussstring