Ritik Rawal

Results 8 issues of Ritik Rawal

The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other. Given an integer n, return all...

hacktoberfest

## Feature Request Add responsiveness for mobile devices. ### Problem description When a user accesses the website via a mobile device, it becomes very difficult for them to even access...

help wanted
needs engineering

**Description** - Added error messages to `parser.js` **Related issue(s)** Fixes #157

### Description Added Eslint and prettier Fixes #174 ### Type of Change: - Quality Assurance **Code/Quality Assurance Only** - Bug fix (non-breaking change which fixes an issue) - This change...

**Description** - convert xml to json for blocky webpack - Fixes #1254

**Description** Adding responsiveness to the site and fixing bugs. **Changes** - [ ] Aligning content. ![image](https://user-images.githubusercontent.com/22374829/118028506-c65b7380-b380-11eb-84ac-0778c3efd185.png) - [ ] Fix the below-mentioned bug. https://user-images.githubusercontent.com/22374829/118028578-dbd09d80-b380-11eb-8b3d-8b51acea1413.mp4

**Description** - Added camel casing to files of doc folder - fixed `useRef` warning arsing in `frontend/pages/run/[id].js`. **Fixes:** #23

I am trying to add zebraStripes on my codemirror and my goal here is to add zebraStripes to the line of code where the className = 'text-wrapper' but tehe feature...