Posts

Showing posts with the label Online code competition

Code Jam 2020 Qualification Round

Image
Problem: Vestigium  Vestigium means "trace" in Latin. In this problem we work with Latin squares and matrix traces. The  trace  of a square matrix is the sum of the values on the main diagonal (which runs from the upper left to the lower right). An  N -by- N  square matrix is a  Latin square  if each cell contains one of  N  different values, and no value is repeated within a row or a column. In this problem, we will deal only with "natural Latin squares" in which the  N  values are the integers between 1 and  N . Given a matrix that contains only integers between 1 and  N , we want to compute its trace and check whether it is a natural Latin square. To give some additional information, instead of simply telling us whether the matrix is a natural Latin square or not, please compute the number of rows and the number of columns that contain repeated values. Input The first line of the input gives the num...

Capgemini Salesforce Hackathon Oct-2018

Image
Description: Salesforce application which covers the following scenarios with the tools and technologies given below: List of records in first of the page, upon selecting a record, the details of it needs to be shown in the lower half using Lightning. List of records shown, with the new edit and delete functionality in Lightning. List of records, Functionality to select multiple records and update with a single value and delete multiple records at a time in lightning. Tools/Technology Usages: SFDC, APEX, Salesforce Lightning, CSS. I secure 27 rank in Capgemini Salesforce Hackathon 2018 in Round 2. Prerequisites:   Salesforce provides free developer account where you can develop force.com applications for free. Salesforce.com free developer account will be created through the URL http://developer.force.com.  Steps to create a free developer account in salesforce.com (Salesforce login) 1. First, you have a valid email Id.  2. Login to h...