Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Open Pull Request File Map

Abierto
#15,310 23 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
25/100
Tipo de issue
Nueva funcionalidad
Claridad
Necesita aclaración
Estado de actividad
Activo
Stack tecnológico
python
Área
tooling

Línea de trabajo

Empieza con scripts/pr_file_map.py y la lista de archivos de este issue. Aclara si el objetivo es actualizar el informe, coordinar los pull requests indicados o cambiar el script; el issue no define cómo saber cuándo está terminado.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Open Pull Request File Map: 22 Sep 2026 at 17:44 UTC

  • Script: scripts/pr_file_map.py
  • Number of PRs: 161
  • File touches (PR x file): 194
  • Distinct files touched: 172
  • Files touched by more than one PR: 0 (excluding DIRECTORY.md)
  • Open PRs touching DIRECTORY.md: 23

0 files touched by more than one open PR (possible merge conflicts)

None -- no open PRs overlap on the same file.

62 existing files

  • boolean_algebra/README.md: #13807
  • boolean_algebra/karnaugh_map_simplification.py: #14792
  • data_structures/linked_list/doubly_linked_list.py: #14410
  • data_structures/trie/trie.py: #14015
  • digital_image_processing/resize/resize.py: #12275
  • divide_and_conquer/inversions.py: #14262
  • dynamic_programming/fibonacci.py: #13640
  • dynamic_programming/knapsack.py: #13395
  • dynamic_programming/longest_common_subsequence.py: #14472
  • dynamic_programming/optimal_binary_search_tree.py: #11771
  • dynamic_programming/trapped_water.py: #13973
  • graphs/a_star.py: #14718
  • graphs/check_bipatrite.py: #14729
  • graphs/dijkstra.py: #11875
  • graphs/travelling_salesman_problem.py: #12559
  • hashes/chaos_machine.py: #14777
  • machine_learning/forecasting/run.py: #12767
  • machine_learning/logistic_regression.py: #14923
  • machine_learning/support_vector_machines.py: #12748
  • machine_learning/t_stochastic_neighbour_embedding.py: #13522
  • maths/abs.py: #14142
  • maths/addition_without_arithmetic.py: #14059
  • maths/basic_maths.py: #13251
  • maths/collatz_sequence.py: #14769
  • maths/entropy.py: #14202
  • maths/fermat_little_theorem.py: #14876
  • maths/find_max.py: #13017
  • maths/gcd_of_n_numbers.py: #14190
  • maths/greatest_common_divisor.py: #14239
  • maths/kth_lexicographic_permutation.py: #14197
  • maths/lucas_series.py: #13131
  • maths/monte_carlo.py: #12703
  • maths/perfect_number.py: #14134
  • maths/primelib.py: #14089
  • maths/sieve_of_eratosthenes.py: #13110
  • maths/softmax.py: #14153
  • maths/sum_of_digits.py: #14768
  • maths/triplet_sum.py: #13360
  • maths/two_pointer.py: #14539
  • maths/volume.py: #14409
  • networking_flow/ford_fulkerson.py: #13128
  • physics/hamiltonian.py: #13312
  • physics/photoelectric_effect.py: #14030
  • physics/potential_energy.py: #14787
  • searches/binary_tree_traversal.py: #11825
  • searches/exponential_search.py: #14806
  • searches/sentinel_linear_search.py: #14581
  • sorts/binary_insertion_sort.py: #12593
  • sorts/gnome_sort.py: #14398
  • sorts/quick_sort_3_partition.py: #12601
  • sorts/reversort.py: #15402
  • sorts/shell_sort.py: #13911
  • sorts/stooge_sort.py: #14746
  • strings/capitalize.py: #14654
  • strings/check_anagrams.py: #14058
  • strings/knuth_morris_pratt.py: #13694
  • strings/palindrome.py: #14907
  • strings/rabin_karp.py: #13947
  • strings/split.py: #14673
  • tests/test_sorts.py: #15402
  • web_programming/covid_stats_via_xpath.py: #13000
  • web_programming/crawl_google_scholar_citation.py: #11655

109 files not present in the working directory

  • bit_manipulation/count_bits.py: #13938
  • bit_manipulation/fin_two_unique_numbers.py: #13216
  • bit_manipulation/find_upper_lower_nibble.py: #13121
  • bit_manipulation/max_xor_bit_trie.py: #13132
  • bit_manipulation/sliding_window_xor.py: #13129
  • bit_manipulation/xor_swap_two_integers.py: #13018
  • data_structures/arrays/dynamic_array.py: #12271
  • data_structures/arrays/gas_station.py: #11822
  • data_structures/arrays/list_maximum_depth_sum.py: #13502
  • data_structures/arrays/max_and_min.py: #13345
  • data_structures/arrays/merge_intervals.py: #14009
  • data_structures/arrays/merge_sorted.py: #13589
  • data_structures/arrays/new_combination.py: #12326
  • data_structures/arrays/pascals_triangle.py: #14026
  • data_structures/arrays/remove_duplicates_fromarray.py: #13192
  • data_structures/arrays/reverse_array.py: #13370
  • data_structures/arrays/set_matrix_zeroes.py: #13369
  • data_structures/arrays/sliding_window_maximum.py: #13661
  • data_structures/arrays/two_sum.py: #14008
  • data_structures/binary_tree/binary-tree-deletion.py: #11924
  • data_structures/disjoint_set/progressive_set_intersection.py: #14492
  • data_structures/persistent_segment_tree.py: #12186
  • data_structures/stacks/celebrity_problem.py: #13112
  • data_structures/trie/binary_trie.py: #11918
  • data_structures/trie/segment_tree.py: #13327
  • data_structures/two_pointer/__init__.py: #11566
  • data_structures/two_pointer/is_palindrome.py: #11566
  • data_structures/z_score_normalization.py: #14527
  • digital_image_processing/image_data/skeleton_lena.png: #13141
  • digital_image_processing/morphological_operations/pruning_operation.py: #13141
  • digital_image_processing/morphological_operations/skeletonization_operation.py: #13141
  • divide_and_conquer/README.md: #13519
  • divide_and_conquer/fast_fourier_transform.py: #13738
  • divide_and_conquer/karatsuba_multiplication.py: #13300
  • dynamic_programming/coin_change.py: #13395
  • dynamic_programming/house_robber.py: #13471
  • dynamic_programming/job_scheduling.py: #13361
  • dynamic_programming/kadanes_algorithm.py: #14525
  • dynamic_programming/longest_repeating_subsequence.py: #14856
  • dynamic_programming/moving_average.py: #14526
  • dynamic_programming/partition_equal_subset_sum.py: #14702
  • dynamic_programming/weighted_job_scheduling.py: #13378
  • electronics/star_delta_transform.py: #12356
  • financial/fractional_differentiation.py: #11851
  • financial/get_annuity_due_future_value.py: #12357
  • financial/get_ordinary_annuity_future_value.py: #12358
  • financial/relative_strength_index.py: #13888
  • financial/streaming_moving_average.py: #11826
  • genetic_algorithm/adjacency_representation.py: #13645
  • genetic_algorithm/knapsack.py: #13234
  • genetic_algorithm/ordinal_representation.py: #13647
  • geometry/collision_detection.py: #13969
  • geometry/point_in_polygon.py: #15309
  • geometry/point_to_plane_distance.py: #14360
  • graphics/interactive_3d_renderer.py: #13113
  • graphs/array_to_graph.py: #12526
  • graphs/blossom_algorithm.py: #13023
  • graphs/edmonds_blossom_algorithm.py: #12056
  • graphs/graph_centrality.py: #11897
  • graphs/graph_peripherality.py: #11898
  • graphs/johnson_graph.py: #12281
  • graphs/maximum_matching_tree.py: #15376
  • graphs/swim_in_rising_water.py: #13249
  • graphs/tests/test_edmonds_blossom_algorithm.py: #12056
  • greedy_methods/activity_selection.py: #11667
  • greedy_methods/gale_shapley_stable_matching.py: #14264
  • greedy_methods/merge_intervals.py: #14436
  • hashes/array_pairs_divisibility.py: #11652
  • hashes/fnv.py: #14036
  • hashes/fnv1a.py: #13814
  • hashes/joaat.py: #14560
  • hashes/sha3.py: #14023
  • hashes/xxhash.py: #14037
  • knapsack/knapsack_graph_generation.py: #12896
  • linear_algebra/determinant.py: #13364
  • linear_algebra/matrix_trace.py: #13364
  • linear_algebra/qr_decomposition.py: #14647
  • machine_learning/adaboost.py: #13270
  • machine_learning/arima.py: #13271
  • machine_learning/cnn.py: #13273
  • maths/baby_step_giant_step.py: #14997
  • maths/numerical_analysis/nth_root.py: #11509
  • matrix/similar_matrices.py: #13022
  • matrix/strassen_matrix_multiply.py: #13482
  • matrix/transitive_closure.py: #12940
  • neural_network/activation_functions/sigmoid.py: #13364
  • neural_network/activation_functions/tanh.py: #13364
  • neural_network/backpropagation_weight_decay.py: #12421
  • neural_network/lstm.py: #12082
  • neural_network/recurrent_neural_network.py: #13514
  • neural_network/sliding_window_attention.py: #12214
  • other/pyramid_patterns.py: #13462
  • other/shuffled_array.py: #12540
  • physics/collisions.py: #14787
  • physics/diffraction.py: #11608
  • searches/binary_search_recursion.py: #14056
  • searches/binarysearch_on_sorted_2d_array.py: #12100
  • searches/segment_tree.py: #12594
  • sorts/count_inversion.py: #12696
  • sorts/reverse_selection_sort.py: #11910
  • sorts/smooth Sort: #13551
  • strings/longest_common_prefix.py: #13371
  • strings/longest_common_subsequence.py: #12895
  • strings/longest_word_in_sentence.py: #11475
  • strings/min_window_substring.py: #12133
  • strings/reverse_string.py: #13707
  • strings/string_is_valid_number.py: #11479
  • strings/suffix_array.py: #15319
  • strings/valid_anagram.py: #13297

23 open PRs touch DIRECTORY.md

DIRECTORY.md is auto-generated, so nearly every PR touches it. A merge conflict caused only by this file is cleared by choosing accept both in the GitHub UI -- no rebase needed.

23 PRs whose only overlap is DIRECTORY.md (safe to accept both)
  • #11475, #11479, #11509, #11566, #11608, #11652, #11667, #11910, #11924, #12271, #12281, #12356, #12421, #12540, #12940, #13141, #13234, #13270, #13271, #13273, #13378, #13589, #14056
0 PRs that also overlap on other files (need a review or rebase)

None.

Lenguaje dominante
Python
Estrellas
225k
Forks
51.1k
Merge medio
1 d 6 h
PR fusionados (30 d)
172

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de TheAlgorithms/Python

Todos los issues de TheAlgorithms/Python

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.