https://github.com/schefflera-arboricola/pnc-11th-project
[2018 project] Toolkit for beginner-level permutations and combinations problems. Enabled easy calculation and display of permutations and combinations of a given string using customized algorithms. Employed Python's itertools library to generate, filter, and manipulate results, aiding learners in understanding fundamental concepts in a fun way.
https://github.com/schefflera-arboricola/pnc-11th-project
beginner-project combinations combinatorics itertools permutation-algorithms python toolkit
Last synced: 10 months ago
JSON representation
[2018 project] Toolkit for beginner-level permutations and combinations problems. Enabled easy calculation and display of permutations and combinations of a given string using customized algorithms. Employed Python's itertools library to generate, filter, and manipulate results, aiding learners in understanding fundamental concepts in a fun way.
- Host: GitHub
- URL: https://github.com/schefflera-arboricola/pnc-11th-project
- Owner: Schefflera-Arboricola
- Created: 2022-03-22T17:39:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T18:01:58.000Z (about 4 years ago)
- Last Synced: 2025-01-25T09:24:50.364Z (over 1 year ago)
- Topics: beginner-project, combinations, combinatorics, itertools, permutation-algorithms, python, toolkit
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PnC 11th-project
To solve beginner level PnC questions