Gourab Dasgdcademy.hashnode.dev·Dec 18, 2024Applications of StacksExpression Conversion and evaluation–corresponding algorithms and complexity analysis. Levels of Precedence of Arithmetic Operations In arithmetic expressions, operator precedence determines the order in which operations are performed. Operators with...9 likes·58 readsDSA Navigator: Your Exam Companionpolishnotation
Indrajeet Giramcodewords.hashnode.dev·Jun 20, 2024Prefix and Postfix Operators in JavaScriptIn JavaScript, the increment (++) and decrement (--) operators can be used in two distinct ways: prefix and postfix. These operators are used to increase or decrease the value of a variable by one, but the position of the operator (before or after th...JavaScriptJavaScript
Marcia Satiebetweentags.hashnode.dev·Apr 13, 2024Boost your productivity with PowerShell: Adding Prefixes to Multiple FilesAbout Powershell PowerShell is a command-line tool by Microsoft for managing and automating tasks in Windows. It lets users control and configure their computers through commands and scripts, making tasks like file management and system administratio...10 likesfiles management
Gulshan Kumarperfinsights.hashnode.dev·Dec 18, 2023Check If a Word Occurs As a Prefix of Any Word in a SentenceQ - Given a sentence that consists of some words separated by a single space, and a searchWord, check if searchWord is a prefix of any word in sentence. Return the index of the word in sentence (1-indexed) where searchWord is a prefix of this word. I...Java SolutionJava
Ibrahim Mohammedmohamilr.hashnode.dev·Jan 4, 2021Using Prefix free to handle browser vendors prefix with easeIntroduction As a front-end developer, you should prioritize building all browser-compatible applications/solutions. Browser vendor compatibility should be taken into consideration. Web tool like Can I Use helps you determine if a CSS property is ava...160 readsCSS