Posts by Luis Fernando Garcia • 35 points
3 posts
-
-1
votes1
answer40
viewsQ: Algorithm problem in C
Good afternoon, I’m trying to make a program to estimate the contagion from some parameters, but the program is not working properly, it does not create file, and has not printed any of the prints I…
-
2
votes1
answer133
viewsQ: Python - Brute Force - Memory Error
I am working on this code that generates sequences with all the possibilities of the characters entered(your_list) your_list = 'abcdefghijklmnopqrstuvwxyz' complete_list = [] for current in…
-
0
votes1
answer658
viewsQ: How to count repeated arguments in R
I have a spreadsheet, I have to do some operations in the data, so I exported to R and can select the important arguments, now I need to know how many repeated elements there are in a column: for…