Skip to content

This repository is meant to serve as a record of my code for solving informatics problems. πŸ“

Notifications You must be signed in to change notification settings

rocky-d/informatics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

informatics

This repository is meant to serve as a record of my code for solving informatics problems. πŸ“

Online Judge

Tree (2024-08-04)

tree informatics -L 5 --dirsfirst

informatics
β”œβ”€β”€ code
β”‚   β”œβ”€β”€ c
β”‚   β”‚   └── src
β”‚   β”‚       β”œβ”€β”€ luogu
β”‚   β”‚       β”‚   └── contest
β”‚   β”‚       └── rockyutil
β”‚   β”‚           β”œβ”€β”€ datastructuresandalgorithms
β”‚   β”‚           └── programming1
β”‚   β”œβ”€β”€ cpp
β”‚   β”‚   └── src
β”‚   β”‚       β”œβ”€β”€ luogu
β”‚   β”‚       β”‚   └── done
β”‚   β”‚       └── pintia
β”‚   β”‚           β”œβ”€β”€ done
β”‚   β”‚           └── undone
β”‚   β”œβ”€β”€ java
β”‚   β”‚   └── src
β”‚   β”‚       β”œβ”€β”€ luogu
β”‚   β”‚       β”‚   β”œβ”€β”€ contest
β”‚   β”‚       β”‚   β”œβ”€β”€ done
β”‚   β”‚       β”‚   └── undone
β”‚   β”‚       β”œβ”€β”€ nowcoder
β”‚   β”‚       β”‚   └── contest
β”‚   β”‚       └── rockyutil
β”‚   β”‚           β”œβ”€β”€ algorithm
β”‚   β”‚           β”œβ”€β”€ datastructure
β”‚   β”‚           └── Examination.java
β”‚   β”œβ”€β”€ js
β”‚   β”‚   └── src
β”‚   β”‚       β”œβ”€β”€ leetcode
β”‚   β”‚       β”‚   └── done
β”‚   β”‚       └── luogu
β”‚   β”‚           └── done
β”‚   β”œβ”€β”€ kt
β”‚   β”‚   └── src
β”‚   β”‚       β”œβ”€β”€ leetcode
β”‚   β”‚       β”‚   └── done
β”‚   β”‚       └── rockyutil
β”‚   β”‚           └── leetcode.kt
β”‚   β”œβ”€β”€ lua
β”‚   β”‚   └── src
β”‚   β”‚       β”œβ”€β”€ luogu
β”‚   β”‚       β”‚   └── done
β”‚   β”‚       β”œβ”€β”€ pintia
β”‚   β”‚       β”‚   └── done
β”‚   β”‚       └── rockyutil
β”‚   β”‚           β”œβ”€β”€ algorithm
β”‚   β”‚           └── tutorial.lua
β”‚   β”œβ”€β”€ py
β”‚   β”‚   β”œβ”€β”€ src
β”‚   β”‚   β”‚   β”œβ”€β”€ codeforces
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ contest
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ done
β”‚   β”‚   β”‚   β”‚   └── undone
β”‚   β”‚   β”‚   β”œβ”€β”€ dotcpp
β”‚   β”‚   β”‚   β”‚   └── done
β”‚   β”‚   β”‚   β”œβ”€β”€ lanqiao
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ contest
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ done
β”‚   β”‚   β”‚   β”‚   └── undone
β”‚   β”‚   β”‚   β”œβ”€β”€ leetcode
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ contest
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ done
β”‚   β”‚   β”‚   β”‚   └── undone
β”‚   β”‚   β”‚   β”œβ”€β”€ luogu
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ contest
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ done
β”‚   β”‚   β”‚   β”‚   └── undone
β”‚   β”‚   β”‚   β”œβ”€β”€ nowcoder
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ contest
β”‚   β”‚   β”‚   β”‚   └── done
β”‚   β”‚   β”‚   β”œβ”€β”€ pintia
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ contest
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ done
β”‚   β”‚   β”‚   β”‚   └── undone
β”‚   β”‚   β”‚   β”œβ”€β”€ rockyutil
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ algorithm
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ compiling
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cryptography
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ datastructure
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ systemoperating
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ leetcode.py
β”‚   β”‚   β”‚   β”‚   └── nowcoder.py
β”‚   β”‚   β”‚   └── saikr
β”‚   β”‚   β”‚       β”œβ”€β”€ contest
β”‚   β”‚   β”‚       └── done
β”‚   β”‚   └── requirements.txt
β”‚   └── ts
β”‚       β”œβ”€β”€ src
β”‚       β”‚   └── leetcode
β”‚       β”‚       └── done
β”‚       β”œβ”€β”€ package.json
β”‚       β”œβ”€β”€ package-lock.json
β”‚       └── tsconfig.json
β”œβ”€β”€ cpprun.cmd
β”œβ”€β”€ crun.cmd
β”œβ”€β”€ gitflush.cmd
β”œβ”€β”€ README.md
└── tsrun.cmd