All posts | Florins Tech log
Profile picture

Written by Florin Tech snippets for everybody

Latest articles

Algorithms · 3 posts

Valid Parentheses
March 15, 20251 min read
Valid Parentheses

Problem Given a string containing just the characters '(', ')', '{', '}', '[', and ']', determine if the input string is valid. Description…

algorithmsstacksparentheses
Read More
Climbing Stairs
March 08, 20252 min read
Climbing Stairs

Problem You are climbing a staircase with n steps. At each step, you can climb either 1 or 2 steps. Determine the number of distinct ways to…

algorithmsstairs
Read More
Anagram
March 01, 20252 min read
Anagram

Problem Given two strings, a and b, write a function to determine if a is an anagram of b Description This is a classic algorithm problem…

algorithmsanagram
Read More

LangChain · 6 posts

Node.js · 1 posts