Code Monkey home page Code Monkey logo

docbook's People

Contributors

amit0412 avatar amodn08 avatar apoorva1823000 avatar architabhattad avatar argyporgy avatar drishti-jain21 avatar geetika001 avatar goyalh4164 avatar gracious7 avatar harshit-raj-14 avatar harsitagarwalla187 avatar heyhimansh avatar muskan467 avatar nerdy-nakul avatar nidhish-07 avatar papri24majumder avatar piyush-ongit avatar prekshathakkar51 avatar sanya2911 avatar shailja2727 avatar shreyg-27 avatar shubh08am avatar shubham0730 avatar silentspectator20 avatar sulagna-dutta-roy avatar sumitkr2000 avatar suvamita avatar ujwal19k avatar viveksondhiya avatar volcano-dragon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

docbook's Issues

Title: Improvement needed in Merge Sort documentation

Explain what you want to add/change in documentation.

The content is not well organised in the documentation of Merge Sort in Algorithms folder.

half the code is outside the grey box visual representation also needs some work.
p o

GCD and LCM Using Recursion

Is your feature request related to a problem? Please describe.

We are given two numbers. We need to find there greatest common divisor (GCD) and least common divisor (LCM).

Describe the solution you'd like.

Using Recursion to find greatest common divisor (GCD) and least common divisor (LCM) of given numbers.

Describe alternatives you've considered.

Using Recursion in place of iterative process.

Add any other context or screenshots about the feature request here.

No response

Title: doc for heap sort

Is your proposal related to a problem? Please describe.

Documentation for heap sort in algorithm section

Add any other context or screenshots about the proposal request here.

No response

Add javascript basics

Is your feature request related to a problem? Please describe.

Javascript basics are missing.

Describe the solution you'd like.

I want to add javascript basics under the javascript folder.
Please assign me this issue under SWOC, to proceed further.

Introduction to Programming in Java.

Is your proposal related to a problem? Please describe.

I want to contribute the codes of JAVA programming language.

Add any other context or screenshots about the proposal request here.

No response

Radix sort

Is your proposal related to a problem? Please describe.

I'd like to add an algorithm of radix sort to the repo. Kindly assign me the task

Add any other context or screenshots about the proposal request here.

No response

Title: Heap Sort

Is your feature request related to a problem? Please describe.

I would like to add heap sort in the algorithm folder. Kindly assign me this task under SWOC.

Describe the solution you'd like.

Heap sort is missing in the algorithm folder. Heap sort is used when the smallest and highest value is needed instantly.

Describe alternatives you've considered.

No alternatives. It is a simple sorting technique

Add any other context or screenshots about the feature request here.

No

Title: Radix Sort

Explain what you want to add/change in documentation.

I want to add pictorial representation about the working of radix sort, advantages, disadvantages and complexity. Please assign me in this issue.

Cyclic Sort

Is your proposal related to a problem? Please describe.

I would like to add the algorithm of cyclic sort to the repo.
Kindly assign me the task.

Add any other context or screenshots about the proposal request here.

No response

Add Baiscs of C++

Hey, @Sulagna-Dutta-Roy I want to add the basics in one .md file so that any beginner can take references from one place. Please assign me an issue. Thank you!

Title: Binary Search Algorithm

Is your feature request related to a problem? Please describe.

Hey @Sulagna-Dutta-Roy can I add the Binary search algorithm's documentation(contains theory only)

Describe the solution you'd like.

will add the readme file containing images and points on how to do binary search algorithm.

Describe alternatives you've considered.

.

Add any other context or screenshots about the feature request here.

No response

Title: Merge Sort Algorithm

Is your proposal related to a problem? Please describe.

Hi!
Can I add the algorithm of merge sort along with its pseudocode and explanation, under the algorithm folder?

Add any other context or screenshots about the proposal request here.

No response

sieve of Eratosthenes Algorithm

Is your feature request related to a problem? Please describe.

I would like to add sieve of Eratosthenes Algorithm which is the most efficient ways to find all primes .

Describe the solution you'd like.

Using, concept of factors , hashing to print prime numbers.

Describe alternatives you've considered.

We can use frequency vector in place of hashing.

Add any other context or screenshots about the feature request here.

No response

Title: ReactJs

Explain what you want to add/change in documentation.

I want to contribute in the ReactJs documentation: starting from its Introduction!

Title: Linear Search Algorithm

Is your feature request related to a problem? Please describe.

I want to add Linear Search Algorithm in Algorithms Folder along with its pseudo code.

Describe the solution you'd like.

Describing the concept of linear search through pseudo code .

Describe alternatives you've considered.

.

Add any other context or screenshots about the feature request here.

No response

Add Tower of Hanoi Algorithm

Tower of Hanoi is a mathematical puzzle where we have three rods and n disks, the objective of the puzzle is to move the entire stack to another rod with following conditions:

  • Only one disk can be moved at a time.
  • No disk may be placed on top of a smaller disk.
  • Each move consists of taking the upper disk from one of the stacks.

Please assign this to me @Sulagna-Dutta-Roy

Title: Counting Sort documentation in algorithm

Is your proposal related to a problem? Please describe.

My proposal is to add a documentation for counting sort fully explained with algorithm, example and implemented code.

I have already made a PR please check #70

Hope this counts as a contribution.
Thank you.

Add any other context or screenshots about the proposal request here.

No response

adding Loops in the C++ folder

Explain what you want to add/change in documentation.

I would like to add 3 folders - for loop, while loop and do while loop in the C++ folder. please assign this to me under swoc2022. thank you!

Adding HTML documentation

Explain what you want to add/change in documentation.

Can I add information about basic HTML tags and functionality in HTML folder by creating a read me file. I will try to be as descriptive as possible and make use of images as well.

Title: Selection Sort Algo

Is your feature request related to a problem? Please describe.

Adding thoery with images for selection sort algorithm

Describe the solution you'd like.

.

Describe alternatives you've considered.

.

Add any other context or screenshots about the feature request here.

No response

Title: Incomplete HTML readme.md

Explain what you want to add/change in documentation.

There are so much images attached in HTML folder which creates difficulty for user to relate with example. So I just want to give some link to appropiate example to that user can read with proper example attached to it.

Please assign me for this problem.

Title: Quick Sort

Is your feature request related to a problem? Please describe.

Hi!
Can I raise an issue to add the quick sort algorithm (pseudo code) under the algorithm folder ?

Describe the solution you'd like.

I would add the file explaining the quick sort algorithm along with the pseudo-code.

Describe alternatives you've considered.

I would like to add the solution of the QuickSort Algo under the algorithm folder

Add any other context or screenshots about the feature request here.

No response

ADD BASICS OF CSS

Explain what you want to add/change in documentation.

I WANT TO ADD BASICS OF CSS. PLEASE ASSIGN ME

adding Angular Project

i need to work with this issue and add the project using angular framework

so please assign me this issue ASAP

Title: Add Python Documentation

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like.

I want to add a document on python because it is not in this repository. Please assign me this issue. Thank you!

Describe alternatives you've considered.

No

Add any other context or screenshots about the feature request here.

No response

Title: Selection sort content

Explain what you want to add/change in documentation.

Adding more content that is missing like complexities etc with the help of gif so we can understand better if we visualize the thing

Title: Selection Sort

Explain what you want to add/change in documentation.

I want to modify selection sort by adding time complexity and space complexity, pseudo code, and implementation in python and java .

Title: Doc for hashing theory

Is your proposal related to a problem? Please describe.

Documentation for hashing theory in algorithms section.

Add any other context or screenshots about the proposal request here.

No response

Title: I wish to add Sieve of Eratosthenes.

Is your proposal related to a problem? Please describe.

I want to add Sieve of Eratosthenes function to the C++ directory.

Add any other context or screenshots about the proposal request here.

No response

Insertion Sort

Is your proposal related to a problem? Please describe.

I would like to add the algorithm of insertion sort to the repo.
Kindly assign me the task.

Add any other context or screenshots about the proposal request here.

No response

accident prevention system

Is your proposal related to a problem? Please describe.

Continuous advancements in computing technology and artificial intelligence in the past decade have
led to improvements in driver monitoring systems. Numerous experimental studies have collected
real driver drowsiness data and applied various artificial intelligence algorithms and feature
combinations with the goal of significantly enhancing the performance of these systems in real-time.
Driver sleep detection is a car safety technology which helps to prevent accidents when the driver
gets drowsy. Various studies have suggested that around 20% of road accidents are fatigue related. A
sleep alarm is used in a vehicle for detecting the condition indicative of the onset of sleepiness of a
driver and for alerting the driver. The proposed system aims to lessen the number of accidents that
occur due to drivers’ drowsiness and fatigue, which will in turn increase transportation safety. This
is becoming a common reason for accidents in recent times. Several faces and body gestures are
considered such as signs of drowsiness and fatigue in drivers, including tiredness in eyes and
yawning.

Add any other context or screenshots about the proposal request here.

No response

Bubble Sort

Is your proposal related to a problem? Please describe.

I'd like to add an algorithm of bubble sort to the repo. Kindly assign me the task

Add any other context or screenshots about the proposal request here.

No response

Title:for better understanding of Quick sort algorithm

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like.

We can add a visualization of the Quick sort algorithm with the help of a gif

Describe alternatives you've considered.

Adding an example - visualize the quick sort with the help of gif.

Add any other context or screenshots about the feature request here.

Quicksort-example

BFS and DFS Code in C++

I will create a .md file where all the explanations will be there and will give the code too.

please assign me this issue

Title: Login page

Is your proposal related to a problem? Please describe.

Frontend fully responsive login page using HTML CSS JAVASCIPT

Add any other context or screenshots about the proposal request here.

image

Media Queries in CSS

Is your feature request related to a problem? Please describe.

No, it is not a problem. Just want to add media queries in the CSS folder

Describe the solution you'd like.

Media queries are used for making our websites/ landing pages responsive. It simply means that the web page view will differ from system to system based on the screen size/ type.

Describe alternatives you've considered.

No alternatives

Add any other context or screenshots about the feature request here.

No response

Create typescript folder and add basics for it

Is your feature request related to a problem? Please describe.

The folder for typescript language is missing.

Describe the solution you'd like.

I want to create a folder and basics for typescript.
Please assign me this issue under SWOC.

Title: Documentation Proposal || Node Js

Is your feature request related to a problem? Please describe.

Beginner does not get a proper Node js Documentation for starting up with js

Describe the solution you'd like.

A better Documentation will be implemented

Describe alternatives you've considered.

no thought of it

Add any other context or screenshots about the feature request here.

No response

Binary Search

Explain what you want to add/change in documentation.

I have added the explanation about binary search and added the documentation along with code.
I have created a Pull Request for it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.