rocky-d / informatics

This repository is meant to serve as a record of my code for solving informatics problems. 📝

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

informatics

This repository is meant to serve as a record of my code for solving informatics problems. 📝

Directory Tree (2024/01/24)

informatics
│  .gitignore
│  cpprun.cmd
│  crun.cmd
│  gitflush.cmd
│  README.md
│  tree.txt
│  tsrun.cmd
├─code
│  ├─c
│  │  │  .gitignore
│  │  └─src
│  │      ├─luogu
│  │      │  └─contest
│  │      └─rockyutil
│  │          ├─datastructuresandalgorithms
│  │          └─programming1
│  ├─cpp
│  │  │  .gitignore
│  │  └─src
│  │      └─luogu
│  │          └─done
│  ├─java
│  │  │  .gitignore
│  │  └─src
│  │      ├─luogu
│  │      │  ├─contest
│  │      │  ├─done
│  │      │  └─undone
│  │      ├─nowcoder
│  │      │  └─contest
│  │      └─rockyutil
│  │          ├─algorithm
│  │          └─datastructure
│  ├─js
│  │  │  .gitignore
│  │  └─src
│  │      ├─leetcode
│  │      │  └─done
│  │      └─luogu
│  │          └─done
│  ├─kt
│  │  │  .gitignore
│  │  └─src
│  │      ├─leetcode
│  │      │  └─done
│  │      └─rockyutil
│  ├─lua
│  │  │  .gitignore
│  │  └─src
│  │      ├─luogu
│  │      │  └─done
│  │      └─rockyutil
│  │          └─algorithm
│  ├─py
│  │  │  .gitignore
│  │  │  requirements.txt
│  │  └─src
│  │      ├─codeforces
│  │      │  └─contest
│  │      ├─lanqiao
│  │      │  ├─contest
│  │      │  ├─done
│  │      │  └─undone
│  │      ├─leetcode
│  │      │  ├─contest
│  │      │  ├─done
│  │      │  └─undone
│  │      ├─luogu
│  │      │  ├─contest
│  │      │  ├─done
│  │      │  └─undone
│  │      ├─nowcoder
│  │      │  ├─contest
│  │      │  └─done
│  │      └─rockyutil
│  │          ├─algorithm
│  │          ├─compiling
│  │          ├─cryptography
│  │          ├─datastructure
│  │          └─systemoperating
│  └─ts
│      │  .gitignore
│      │  package-lock.json
│      │  package.json
│      │  tsconfig.json
│      └─src
│          └─leetcode
│              └─done
└─problem
    ├─codeforces
    ├─lanqiao
    ├─leetcode
    ├─luogu
    └─nowcoder

About

This repository is meant to serve as a record of my code for solving informatics problems. 📝


Languages

Language:Python 67.4%Language:Java 19.7%Language:C 8.0%Language:C++ 1.4%Language:Lua 1.4%Language:Kotlin 1.3%Language:JavaScript 0.4%Language:Batchfile 0.3%Language:TypeScript 0.1%