Tag: string
All the articles with the tag "string".
-
HSBC Summer 24 Coding Test
·· 3 min readMay 6th, 2024. Coding test of HSBC for summer 24 internship.
-
LeetCode Biweekly Contest 128
·· 3 min readYou 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
·· 2 min readA 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
·· 1 min readPattern 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
·· 3 min readIn computer science, arbitrary-precision arithmetic, also called bignum arithmetic, multiple-precision arithmetic, or sometimes infinite-precision arithmetic...