Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add or Fix readme (Topic : Computer Science/Engineering) #1

Open
shhossain opened this issue Sep 2, 2022 · 131 comments · Fixed by #215
Open

Add or Fix readme (Topic : Computer Science/Engineering) #1

shhossain opened this issue Sep 2, 2022 · 131 comments · Fixed by #215
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers hacktoberfest hacktoberfest 2023 help wanted Extra attention is needed

Comments

@shhossain
Copy link
Owner

shhossain commented Sep 2, 2022

Add or fix the readme of the topics written in Table of contents.

Whole Section Adding Required

More Info Required

And a lot more left.

You Can :

  • Add a new section.
  • Add new info or fix old info.
  • Fixing grammar and typos are also appreciated.

Recent PR's

⭐️

[email protected]

@shhossain shhossain added documentation Improvements or additions to documentation good first issue Good for newcomers labels Sep 2, 2022
@stefanintech
Copy link
Contributor

I would like to add to the readme.

@shhossain
Copy link
Owner Author

Oka. Pull request is merged. Feel free to add more.

@SuskeDoesStuff
Copy link

Seems like it's still open. I would like to add some more to it. May I?

@shhossain
Copy link
Owner Author

Sure. Why not!

@enrique9318
Copy link

Hey! can I also help on this? Is the issue still open?

@glenntu15
Copy link
Contributor

I would like to modify the entry "Registers and RAM" to be "Registers, Cache, and RAM" and write a page or so. Registers are loaded from cache, cache lines are loaded from RAM, RAM is loaded in Pages. Cache misses hurt performance as does page faults. Not go into too much on page faults. I suggest a separate topic for virtual memory.

@shhossain
Copy link
Owner Author

Hey! can I also help on this? Is the issue still open?

The issue is still open. And you can help if you want.. Sorry for late reply. @enrique9318

@shhossain
Copy link
Owner Author

shhossain commented Sep 10, 2022

I would like to modify the entry "Registers and RAM" to be "Registers, Cache, and RAM" and write a page or so. Registers are loaded from cache, cache lines are loaded from RAM, RAM is loaded in Pages. Cache misses hurt performance as does page faults. Not go into too much on page faults. I suggest a separate topic for virtual memory.

@glenntu15 feel free to recommend your suggestions by pull request.

@glenntu15
Copy link
Contributor

Should I do modify the .md file in a branch then send the pull request so you can look at what I have done?

@shhossain
Copy link
Owner Author

@glenntu15 Exactly. If it's your first time contributing you can refer to First Contributions.

@shhossain shhossain pinned this issue Sep 12, 2022
shhossain pushed a commit that referenced this issue Sep 13, 2022
* update number systems with bases and conversion

* update main number systems

* redo tables

* update heading links

* update number system main
@FercueNat
Copy link
Contributor

Greets! I'll be adding some information as well, specifically to the Operating Systems section :)

@shhossain
Copy link
Owner Author

@FercueNat oka

@RohitRajvaidya5
Copy link

Hey! I saw a data type section it doesn't contain much info can I add ?

@RohitRajvaidya5
Copy link

Also, Can I add any subtext below title, so it states, "More info or What is this project about?"

@shhossain
Copy link
Owner Author

shhossain commented Sep 17, 2022

@RohitRajvaidya5 submit your pull request. Lots of sections have only introduction-level info.

@shhossain
Copy link
Owner Author

shhossain commented Sep 17, 2022

Also, Can I add any subtext below the title, so it states, "More info or What is this project about?"

@RohitRajvaidya5 you can.

@ZahraShahid
Copy link
Contributor

I would like to contribute to readme.

@shhossain
Copy link
Owner Author

@ZahraShahid . Oka.

@shhossain shhossain changed the title Add more readme Add or Fix readme. (Topic : Computer Science/Engineering) Sep 22, 2022
@shhossain shhossain added the help wanted Extra attention is needed label Sep 22, 2022
@shhossain shhossain changed the title Add or Fix readme. (Topic : Computer Science/Engineering) Add or Fix readme (Topic : Computer Science/Engineering) Sep 23, 2022
@kusumita29
Copy link
Contributor

Hey @shhossain I would like to add a new folder on conditional statements and loops as they are much needed in problem-solving. I will make sure to cover it in all 4 languages - Python, Java, C, and C++ with an adequate amount of examples.

@shhossain
Copy link
Owner Author

shhossain commented Sep 29, 2022

@kusumita29 as conditional statements and loops are subsections of statements and functions you can add with folder name as same as section name. And add conditional statements and loops folder there. Be sure to link your folder in the main readme. If you have any problem ask me anytime.

@kusumita29
Copy link
Contributor

@kusumita29 as conditional statements and loops are subsection of statements and functions you can add it with folder name as same as section name. Be sure to link your folder in main readme. If you have any problem ask me anytime.

Thank You. I would like to work on it under Hacktoberfest '22 and will make the PR within a week.

@shhossain
Copy link
Owner Author

@kusumita29 oka...

@ShivanshDengla
Copy link
Contributor

Hey,
i could add about binary numbers to the readme, can i try to do it?

@shhossain
Copy link
Owner Author

shhossain commented Oct 31, 2022

@SamuelBFavarin depends on what you want to change. Submit your Pull request if any problem arises ask me.

@Sayed-Afnan-Khazi
Copy link
Contributor

I've created a PR @shhossain 😊

@Sayed-Afnan-Khazi
Copy link
Contributor

Just sent a PR for a polished up OOP section @shhossain 😄

@shhossain
Copy link
Owner Author

shhossain commented Oct 31, 2022

@Sayed-Afnan-Khazi merged two prs.

For any questions ask me.

@Sayed-Afnan-Khazi
Copy link
Contributor

Just sent a PR on the Data Structures/arrays section @shhossain 😊
I really appreciate your work here!

@shhossain
Copy link
Owner Author

shhossain commented Oct 31, 2022

@Sayed-Afnan-Khazi already merged.

@Sayed-Afnan-Khazi
Copy link
Contributor

Just sent in my last PR for today @shhossain,
Changed a couple of points in HashTable.md.
Thanks for accepting them so far! 🙌

@shhossain
Copy link
Owner Author

@Sayed-Afnan-Khazi you're welcome.

@Brandonawan
Copy link
Contributor

i will have created a pull request for grammar fixes, editorial errors on the readme and some documentations on the Data Structure section.
@shhossain approve.. thank you..

Brandonawan added a commit to Brandonawan/computer_science that referenced this issue Mar 11, 2023
shhossain pushed a commit that referenced this issue Mar 15, 2023
* Fix editorial inconsistencies or inaccuracies

* Add or Fix readme and documentation on the data structure section, fixing issue #1

* Grammar fixes to Algorithms/Backtracking/Cryptarithmetic Puzzles/README.md

---------

Co-authored-by: Brandon Awan <[email protected]>
@ronnyb378
Copy link
Contributor

I will add more info to the Cache section

@satya013
Copy link

I would like to add some sections to DBMS and Networking , can I ? Is it still open?

@shhossain
Copy link
Owner Author

@satya013 it is still open.

@ZRX-SIGMA
Copy link
Contributor

ZRX-SIGMA commented Oct 1, 2023

Hello, I just saw that there are some missing datatypes under the Data Types/readme.md . Can I edit it?
Ps: The concept of signed and unsigned is missing, and their respective ranges

@ZRX-SIGMA
Copy link
Contributor

Hello, I just saw that there are some missing datatypes under the Data Types/readme.md . Can I edit it? Ps: The concept of signed and unsigned is missing, and their respective ranges

@shhossain ?

@shhossain
Copy link
Owner Author

@ZRX-SIGMA sure.

@Sarthak950
Copy link
Contributor

#651
Added the web error codes
and added three js in the web README.md
@shhossain hope it suits the need
Thanks

@AryasCodeTreks
Copy link
Contributor

#741
Added description of a register
and, fixed typo
@shhossain Please review PR :)

@shaanrxx
Copy link
Contributor

Hi, is this still open to work on?

@shhossain
Copy link
Owner Author

Yes. @shaanrxx

@shaanrxx
Copy link
Contributor

@shhossain thanks will contribute!

@farooq13
Copy link

I have some good topics to add to the readme if permitted

@shhossain
Copy link
Owner Author

@farhanpro fell free to contribute.

@Raquel-James
Copy link
Contributor

Raquel-James commented Sep 19, 2024

Hello, I would like to add some documentation and examples that go over machine learning.

@Emminence23
Copy link

Emminence23 commented Sep 25, 2024

I would like to add these Algorithms/tricks to the project, will I get a Hacktoberfest tag ?

  1. Tree Algorithms ( /Algorithms/Graphs/Tree Based Algorithms ) :

    • Diameter finding algorithm
    • Least Common Ancestor + Binary Lifting
  2. Binary Exponentiation and Matrix Exponentiation (/Algorithms/Divide and Conquer)

  3. fix edge paths ( ( /Algorithms/Graphs)
    (involves matrix exponentiation over adjacency matrix)

@Sarthak950
Copy link
Contributor

@enrique9318
image
i guess u have to wait till October

@ARUNKUMAR-AZ
Copy link

hey its Seems like it's still open. I would like to add some more to it. May I?

@shhossain
Copy link
Owner Author

@ARUNKUMAR-AZ sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers hacktoberfest hacktoberfest 2023 help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.