Code Monkey home page Code Monkey logo

web-development-basic-hacktoberfest2023's Introduction

Octocat # Web-development-Basic-hacktoberfest2023 Octocat

logo

You can contribute HTML,CSS,JavaScript Here

web-development-basic-hacktoberfest2023's People

Contributors

abhijjjna avatar adityasrivastav5 avatar anzil-mufti avatar chayandas07 avatar debarjunchakraborty avatar denz647 avatar gfggithubleet avatar isaksham2003 avatar ishanchaskar avatar jooniski avatar karan1500 avatar kshitij8076 avatar lakshaybansal879 avatar mfatima05 avatar op-amateur avatar reapredator avatar runtimeerror11 avatar saanvibk avatar sagar-mondal avatar sahil-067 avatar sanyam-2026 avatar souravgope avatar sumanjeet0012 avatar tanisha1111 avatar vanshbhardwaj24 avatar varunlmxd avatar vidhanvyrs avatar vidhi-bhutia avatar vishal10kesharwani avatar yuvraj-0777 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

web-development-basic-hacktoberfest2023's Issues

feat: Backspace String Compare Problem JavaScript

Difficulty: Medium

Problem Description

Given two strings s and t, return true if they are equal when both are typed into empty text editors. '#' means a backspace character.

Note that after backspacing an empty text, the text will continue empty.

Example 1:

Input: s = "ab#c", t = "ad#c"
Output: true
Explanation: Both s and t become "ac".

Example 2:

Input: s = "ab##", t = "c#d#"
Output: true
Explanation: Both s and t become "".

Example 3:

Input: s = "a#c", t = "b"
Output: false
Explanation: s becomes "c" while t becomes "b".

Constraints:

  • 1 <= s.length, t.length <= 200
  • s and t only contain lowercase letters and '#' characters.

Follow up: Can you solve it in O(n) time and O(1) space?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.