Skip to content
View dcc0's full-sized avatar

Block or report dcc0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dcc0/README.md
  • 👋 Hi, I’m @dcc0
  • 👀 I’m interested in combinatorics, php, C89 and some fundamental algorithms...
  • 🌱 I’m currently learning French...
  • 💞️ I’m not looking to collaborate on ...
  • 📫 How to reach me [email protected], [email protected]...

Popular repositories Loading

  1. OpenChatPhp OpenChatPhp Public

    PHP 1 1

  2. my_functions_C89_php my_functions_C89_php Public

    Assembly 1

  3. permutations permutations Public

    Permutations in c89 iterative. It's iterative algorithm to generate all permutations, written in C89. It takes an argument out of command line, sort an array, count factorial and permutes.

    C

  4. combinations combinations Public

    Script in PHP to generate combinations with and without repetitions. Скрипт на PHP для порождения сочетаний с повторениями и без.

    C

  5. arrangements arrangements Public

    Script in PHP to generate arrangements with and without repetitions. Скрипт на PHP для порождения размещений с повторениями и без.

    PHP

  6. partitions_c89 partitions_c89 Public

    Порождение разбиений числа (с89) без рекурсии. Program in c89 to generate partitions of an integer (iterative).

    C