Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randhir200/string-cordinate
You are given a string s consisting of u, l, r, and d as characters and you are standing at point (x,y) = (0,0) and you have to traverse the string and do the movements in the direction you are been instructed by the character as If s[i] = 'u' then x = x + 1 If s[i] = 'd' then x = x - 1 If s[i] = 'r' then y = y + 1 If s[i] = 'l' then y = y - 1 Print the final coordinates after traversing the whole string.
https://github.com/randhir200/string-cordinate
Last synced: 1 day ago
JSON representation
You are given a string s consisting of u, l, r, and d as characters and you are standing at point (x,y) = (0,0) and you have to traverse the string and do the movements in the direction you are been instructed by the character as If s[i] = 'u' then x = x + 1 If s[i] = 'd' then x = x - 1 If s[i] = 'r' then y = y + 1 If s[i] = 'l' then y = y - 1 Print the final coordinates after traversing the whole string.
- Host: GitHub
- URL: https://github.com/randhir200/string-cordinate
- Owner: Randhir200
- Created: 2022-05-28T13:30:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T13:41:07.000Z (over 2 years ago)
- Last Synced: 2024-11-06T03:46:56.368Z (about 2 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files: