rjvitorino / gists-catalogue

Use a GitHub repository as a catalogue for Github gists to organise, document, and share them in a more structured way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GistMaster

GitHub Workflow Status GitHub commits GitHub contributors Coverage Status GitHub issues GitHub last commit GitHub language count License GitHub pull requests

GistMaster, a catalogue for your gists

Welcome to GistMaster, your self-updating catalogue for Github Gists!

This repository compiles my Gists automatically using Github Actions, keeping them organised in a well-structured and easy-to-browse format.

πŸ‘‰ Check my Gists below to explore various code samples.

πŸ§‘β€πŸ’» If you like this, you can create your own catalogue! The project is designed to be easily reused by other Github users with minimal configuration, as explained in the Quick Start guide.

Table of Contents

About

πŸ‘‹ I'm @rjvitorino, and my open-source contributions are available on my Github profile. In this repository, you will find solutions to various interview questions, coding challenges, and random snippets and scripts I've created. These gists are automatically fetched and updated using Github Actions and can be set up for your profile as well.

πŸ‘‰ Explore my Gists below to see my work and discover useful code samples.

Quick Start

πŸš€ For detailed installation and setup instructions, please refer to the Installation Guide.

Contributing

🀝 Contributions are welcome! Please read the Contributing Guidelines and Code of Conduct.

License

πŸ“œ This project is licensed under the terms of the GPL-3.0 license.

Contact

πŸ“§ For any questions, feel free to contact me via my GitHub profile.

Gists

Gist Description Language(s) Creation date Last updated
1 Cassidoo's interview question of the week: a function that takes an array of integers and returns a new array containing only the even numbers, and sorted. Python 2024-06-03 2024-07-13
2 Cassidoo's interview question of the week: a function that takes an array of integers and a target sum, and returns all unique quadruplets [a, b, c, d] in the array such that a + b + c + d = target Python 2024-06-10 2024-07-13
3 Cassidoo's interview question of the week: a function that takes a list of names and returns the names sorted by the number of vowels in each name in descending order. If two names have the same number of vowels, sort them alphabetically. Python 2024-06-17 2024-07-13
4 Cassidy's interview question of the week (20240401 - April fools!): Given an array of numbers, add all of the values together but only if the number does not repeat a digit. Python 2024-06-19 2024-07-13
5 Cassidoo's interview question of the week: a function that takes an array of daily temperatures and returns an array where each element is the number of days you would have to wait until a warmer temperature. If there is no future day for which this is possible, put 0 instead. Python 2024-06-24 2024-07-13
6 Cassidoo's interview question of the week: a FruitStand class that allows you to add different types of fruits with their quantities and prices, update them, and calculate the total value of all the fruits in the stand. Python 2024-07-01 2024-07-13
7 Cassidoo's interview question of the week: a function that takes an array of integers representing the number of flowers planted in a line, and an integer k representing the number of additional flowers you want to plant. Return whether it's possible to plant all k flowers without planting any two flowers adjacent to each other. Python 2024-07-08 2024-07-13
8 Cassidoo's interview question of the week: a function that given an integer array nums, return the length of the longest increasing subsequence. Python 2024-07-15 2024-07-15

About

Use a GitHub repository as a catalogue for Github gists to organise, document, and share them in a more structured way.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%