© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Arik Mukherjee
DDMC (WBSU) CS '25 | Hackerrank 4⭐ in C , 3⭐in Java , 2⭐in C++ | Full stack Web Developer 🌐 | Interested in AI & ML 🤖
ALGORITHM: STEP 1: Add " ( " at the beginning of the infix expression and then reverse. STEP 2: Push " ) " on to the stack. STEP 3: Scan every character and repeat step 4 to step 7 until " ( " is encountered. STEP 4: If input is operand add in the ou...
No responses yet.