Skip to content

Commit

Permalink
update todo and contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevlu8 committed May 27, 2023
1 parent 34ea0c8 commit e8cda32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ We are mainly looking for contributions to utility parts of CPCC - they should b
1. Code inside of the files should not be offensive - they should not contain offensive language, variable names, etc.
2. Parts of the code where the user is welcome to modify should be commented as such: e.g. `// subtract 1 if index is 1-indexed`
3. Before writing your code, take a look at `src/crucial/base/` to see the base code: you can use the macros provided there to make your code more readable

Check out the [todo](https://github.com/kevlu8/CPCC/blob/master/todo) for a list of things that need to be done.
2 changes: 1 addition & 1 deletion todo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- display stats after compilation
- time taken
- **estimated time complexity of code**
- output time complexity for every function
- output time complexity for every function (beta)
- add compiler warnings for:
- running complete search on a sorted array
- lower_bound, upper_bound on an unsorted array

0 comments on commit e8cda32

Please sign in to comment.