Posts
Chat
Members
Info
ยท1yยทLockedยทPinned# General
Back To Back SWE Support Community
Why This Exists In addition to our normal support and ticketing system (https://backtobackswe.com/contact) we have created this community so that we can keep histories of things like content requests, feature requests, etc. Ways To Contact Us โฆ
7
0
New member here
I see that there is limited so far and a few problems. How often is the content getting updated ?
0
0
ยท10d# Bugs
The ability to mark problems as favorite... is missing?
The ability to save favorite problems is showcased from the dashboard as a 'seemingly' available feature- However the ability to mark a problem as favorited is missing from the content page of a given problem! The state shows up in the rendered contentPage component, with itsโฆ
0
0
ยท134d# Bugs
Problem description is not correct in "Count subarrays that sum to k" problem
The description says that count of unique and contiguous subarrays that sum to k must be returned but Cumulative sum cache solution considers duplicate subarray as well in the result count. Can @bephrem(bephrem) or the instructor in the video correct me if I amโฆ
0
0
Support for C language
Hey, I am from the embedded background and more comfortable in C. Wanted to focus on the algorithm instead of language. Adding C will be very helpful for people like me.
0
0
ยท189d# General
The 3Sum problem
Why does the solution use a HashSet? Can we do it without a HashSet? class Solution { โฆ
1
0
test cases on tree problems
It would be helpful to have the test array values in the problem description. Example: [50,25,100,1,27,80,101] would be included in the description for the tree. Currently, the way to get those values is to let the test case fail and then pull the values from there
0
0