Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Comments on How to efficiently remove every occurrence of one string inside another

Post

How to efficiently remove every occurrence of one string inside another

+1
−8

I have two strings and want to remove every occurrence of the second string inside the first one starting from the beginning of the first string and as if each occurrence was removed immediately. I would like to do so in C in a time-efficient way, i.e. probably with the lowest number of comparisons and include/copy actions.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

5 comment threads

Do My Homework? (1 comment)
Please indicate the actual problem you are having (1 comment)
Maybe add examples? The word "immediately" is not clear; maybe best to clarify it with examples. Also... (2 comments)
Too broad (4 comments)
Concentrate on the core problem (3 comments)
Concentrate on the core problem
Trilarion‭ wrote almost 3 years ago

I suggested an edit that focuses the question on the determination of the output string. Data input and output are not really relevant for that.

Alexei‭ wrote almost 3 years ago

Trilarion‭ I have approved your edit as it is clearly better than the initial post (no useless code provided). However, it still sounds like "do my homework for me" as opposed to asking a more targeted question (as suggested in another comment thread).

Trilarion‭ wrote almost 3 years ago

@Alexei I think that the problem is now quite specific and clear and the solution would fit into an answer. There is not much research and it's a "do my work for me" question, but then all questions are to some extent. We probably need a meta discussion about how much prior effort must be in a question. I think the biggest challenge is making sure a problem is clearly described and not a duplicate on this platform. But maybe we should require more.