Rushikesh Ugalerushikeshugale123.hashnode.dev·Feb 8, 2024Linux Advanced Command And Unix linux difference.1.Grep: grep [options] pattern file Search for patterns in files and output lines containing matches. 2.awk: awk '{print $1}' file A versatile text processing tool for pattern scanning and processing. 3.find: find /path/to/search -name "filename". Se...#unixlinuxdifference
Bharati Subramanianbharati.hashnode.dev·Oct 2, 20221155. Number of Dice Rolls With Target SumHello, reader 👋🏽 ! Welcome to the day 2 of the series on Problem Solving. Through this series, I aim to pick up at least one question everyday and share my approach for solving it. Today, I will be solving up LeetCode's daily challenge problem. Num...44 readsProblem Solvingleetcode-solution
Bharati Subramanianbharati.hashnode.dev·Oct 1, 202291. Decode WaysHello, reader 👋🏽 ! Welcome to the first post of the series on Problem Solving. Through this series, I aim to pick up at least one question everyday and share my approach for solving it. Disclaimer ⚠️ : These posts could involve considerable amoun...5 likes·328 readsProblem Solvingleetcode
Sourav Deyblogs.souravdey.space·Jul 7, 2022LeetCode Question - 509. Fibonacci Number 🤪About the Series Problem-solving is a key skill set for any tech-related stuff you might be working on. When it comes to developers it's one of the most crucial skills which is needed in almost any day-to-day code you might be writing. So, this serie...10 likes·110 reads Daily LeetCoding ChallengeDaily LeetCode Challenge