Tag: string
All the articles with the tag "string".
-
HSBC Summer 24 Coding Test
·May 6th, 2024. Coding test of HSBC for summer 24 internship.
-
LeetCode Biweekly Contest 128
·You are given a string s. The score of a string is defined as the sum of the absolute difference between the ASCII values of adjacent characters.
-
Trie Tree
·A trie (derived from retrieval) is a multiway tree data structure used for storing strings over an alphabet. It is used to store a large amount of strings. T...
-
KMP Algorithm
·Pattern searching is an important problem in computer science. When we do search for a string in a notepad/word file or browser or database, pattern-searchin...
-
Arbitrary Precision Arithmetic
·In computer science, arbitrary-precision arithmetic, also called bignum arithmetic, multiple-precision arithmetic, or sometimes infinite-precision arithmetic...