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.
Activity for andreasâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #288771 |
@#53398 please check out the code I came up with based on your suggestions. I am not convinced it is what you had in mind. (more) |
— | over 1 year ago |
Edit | Post #288765 | Initial revision | — | over 1 year ago |
Question | — |
How do I find disjoint sets in a dataset I have a dataset of car bookings like this: | carid | userid | | ------ | ------- | | 1 | 1 | | 2 | 1 | | 1 | 2 | | 3 | 3 | | 1 | 2 | | 3 | 3 | In this dataset, two separate groups/sets of cars and users don't overlap: One... (more) |
— | over 1 year ago |